Shades of Dark Khaki #C7C369
Tints of Dark Khaki #C7C369
RGB
CMYK
RGB Variations
Color information
#C7C369 (or 0xC7C369) is known color: Dark Khaki. HEX triplet: C7, C3 and 69. RGB value is (199,195,105). Sum of RGB (Red+Green+Blue) = 199+195+105=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C369 is #383C96. Grayscale: #BABABA. Windows color (decimal): -3685527 or 6931399. OLE color: 6931399.
HSL color Cylindrical-coordinate representation of color #C7C369: hue angle of 57.45º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7C369 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 105 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.22 |
| HSL | 57.45º | 0.46% | 0.6% | - |
| HSV(B) | 57.45º | 0.47% | 0.78% | - |
| XYZ | 45.62 | 52.19 | 21.03 | - |
| YUV | 185.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 105 | 0 | 0.02 | 0.47 | 0.22 | 57.45 | 0.46 | 0.6 |
| Hex | C7 | C3 | 69 | 0 | 2 | 2F | 16 | 39 | 2E | 3C |
| Octal | 307 | 303 | 151 | 0 | 2 | 57 | 26 | 71 | 56 | 74 |
| Binary | 11000111 | 11000011 | 1101001 | 0 | 10 | 101111 | 10110 | 111001 | 101110 | 111100 |
Color Harmonies of #C7C369
Complementary color
Monochromatic Colors of #C7C369
Black with #C7C369
Text Example
Text Example
White with #C7C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C369; }
p { color: rgb(199,195,105); }
H1.HeaderClassName
{
color: #C7C369;
}
.AnyTagClassName
{
color: #C7C369;
}
</style>
background-color css
<style>
a { background-color: #C7C369; }
a { background-color: rgb(199,195,105); }
div.DivClassName
{
background-color: #C7C369;
}
.BgClassName
{
background-color: #C7C369;
}
</style>
border-color css
<style>
span { border-color: #C7C369; }
span { border-color: rgb(199,195,105); }
td.TdClassName
{
border-color: #C7C369;
}
.TagClassName
{
border-color: #C7C369;
}
</style>