Tan (Brown)
#C7C396
RGB: 199, 195, 150
Color OverviewHEX #C7C396
#C7C396 Color Code Information
In the RGB color space, #C7C396 is composed of 78% red, 76% green, and 59% blue. In the HSL color space, it has a hue of 55°, saturation of 30%, and lightness of 68%.
HEX
#C7C396
RGB
199, 195, 150
HSL
55°, 30%, 68%
HSV
55°, 25%, 78%
CMYK
0%, 2%, 25%, 22%
Name Match
Tan
Closest StandardShades of #C7C396 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C7C396 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C7C396 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C7C396
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #C7C396 Background
Contrast Ratio against Pure White (#FFFFFF):1.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C7C396 Background
Contrast Ratio against Pure Black (#000000):11.67 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C7C396;
}
.element {
color: #C7C396;
background-color: #C7C396;
border-color: #C7C396;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C7C396] text-[#C7C396] border-[#C7C396]"> Content styled with #C7C396 </div>