Shades of Dark Khaki #C8C365
Tints of Dark Khaki #C8C365
RGB
CMYK
RGB Variations
Color information
#C8C365 (or 0xC8C365) is known color: Dark Khaki. HEX triplet: C8, C3 and 65. RGB value is (200,195,101). Sum of RGB (Red+Green+Blue) = 200+195+101=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C365 is #373C9A. Grayscale: #BABABA. Windows color (decimal): -3619995 or 6669256. OLE color: 6669256.
HSL color Cylindrical-coordinate representation of color #C8C365: hue angle of 56.97º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C365 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 101 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.22 |
| HSL | 56.97º | 0.47% | 0.59% | - |
| HSV(B) | 56.97º | 0.5% | 0.78% | - |
| XYZ | 45.68 | 52.25 | 19.99 | - |
| YUV | 185.78 | 80.16 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 101 | 0 | 0.02 | 0.49 | 0.22 | 56.97 | 0.47 | 0.59 |
| Hex | C8 | C3 | 65 | 0 | 2 | 31 | 16 | 39 | 2F | 3B |
| Octal | 310 | 303 | 145 | 0 | 2 | 61 | 26 | 71 | 57 | 73 |
| Binary | 11001000 | 11000011 | 1100101 | 0 | 10 | 110001 | 10110 | 111001 | 101111 | 111011 |
Color Harmonies of #C8C365
Complementary color
Monochromatic Colors of #C8C365
Black with #C8C365
Text Example
Text Example
White with #C8C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C365; }
p { color: rgb(200,195,101); }
H1.HeaderClassName
{
color: #C8C365;
}
.AnyTagClassName
{
color: #C8C365;
}
</style>
background-color css
<style>
a { background-color: #C8C365; }
a { background-color: rgb(200,195,101); }
div.DivClassName
{
background-color: #C8C365;
}
.BgClassName
{
background-color: #C8C365;
}
</style>
border-color css
<style>
span { border-color: #C8C365; }
span { border-color: rgb(200,195,101); }
td.TdClassName
{
border-color: #C8C365;
}
.TagClassName
{
border-color: #C8C365;
}
</style>