Shades of Dark Khaki #C3C066
Tints of Dark Khaki #C3C066
RGB
CMYK
RGB Variations
Color information
#C3C066 (or 0xC3C066) is known color: Dark Khaki. HEX triplet: C3, C0 and 66. RGB value is (195,192,102). Sum of RGB (Red+Green+Blue) = 195+192+102=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C066 is #3C3F99. Grayscale: #B7B7B7. Windows color (decimal): -3948442 or 6734019. OLE color: 6734019.
HSL color Cylindrical-coordinate representation of color #C3C066: hue angle of 58.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3C066 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 102 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.24 |
| HSL | 58.06º | 0.44% | 0.58% | - |
| HSV(B) | 58.06º | 0.48% | 0.76% | - |
| XYZ | 43.75 | 50.26 | 19.97 | - |
| YUV | 182.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 102 | 0 | 0.02 | 0.48 | 0.24 | 58.06 | 0.44 | 0.58 |
| Hex | C3 | C0 | 66 | 0 | 2 | 30 | 18 | 3A | 2C | 3A |
| Octal | 303 | 300 | 146 | 0 | 2 | 60 | 30 | 72 | 54 | 72 |
| Binary | 11000011 | 11000000 | 1100110 | 0 | 10 | 110000 | 11000 | 111010 | 101100 | 111010 |
Color Harmonies of #C3C066
Complementary color
Monochromatic Colors of #C3C066
Black with #C3C066
Text Example
Text Example
White with #C3C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C066; }
p { color: rgb(195,192,102); }
H1.HeaderClassName
{
color: #C3C066;
}
.AnyTagClassName
{
color: #C3C066;
}
</style>
background-color css
<style>
a { background-color: #C3C066; }
a { background-color: rgb(195,192,102); }
div.DivClassName
{
background-color: #C3C066;
}
.BgClassName
{
background-color: #C3C066;
}
</style>
border-color css
<style>
span { border-color: #C3C066; }
span { border-color: rgb(195,192,102); }
td.TdClassName
{
border-color: #C3C066;
}
.TagClassName
{
border-color: #C3C066;
}
</style>