Shades of Dark Khaki #C3C067
Tints of Dark Khaki #C3C067
RGB
CMYK
RGB Variations
Color information
#C3C067 (or 0xC3C067) is known color: Dark Khaki. HEX triplet: C3, C0 and 67. RGB value is (195,192,103). Sum of RGB (Red+Green+Blue) = 195+192+103=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C067 is #3C3F98. Grayscale: #B7B7B7. Windows color (decimal): -3948441 or 6799555. OLE color: 6799555.
HSL color Cylindrical-coordinate representation of color #C3C067: hue angle of 58.04º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3C067 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 103 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.24 |
| HSL | 58.04º | 0.43% | 0.58% | - |
| HSV(B) | 58.04º | 0.47% | 0.76% | - |
| XYZ | 43.8 | 50.28 | 20.23 | - |
| YUV | 182.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 103 | 0 | 0.02 | 0.47 | 0.24 | 58.04 | 0.43 | 0.58 |
| Hex | C3 | C0 | 67 | 0 | 2 | 2F | 18 | 3A | 2B | 3A |
| Octal | 303 | 300 | 147 | 0 | 2 | 57 | 30 | 72 | 53 | 72 |
| Binary | 11000011 | 11000000 | 1100111 | 0 | 10 | 101111 | 11000 | 111010 | 101011 | 111010 |
Color Harmonies of #C3C067
Complementary color
Monochromatic Colors of #C3C067
Black with #C3C067
Text Example
Text Example
White with #C3C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C067; }
p { color: rgb(195,192,103); }
H1.HeaderClassName
{
color: #C3C067;
}
.AnyTagClassName
{
color: #C3C067;
}
</style>
background-color css
<style>
a { background-color: #C3C067; }
a { background-color: rgb(195,192,103); }
div.DivClassName
{
background-color: #C3C067;
}
.BgClassName
{
background-color: #C3C067;
}
</style>
border-color css
<style>
span { border-color: #C3C067; }
span { border-color: rgb(195,192,103); }
td.TdClassName
{
border-color: #C3C067;
}
.TagClassName
{
border-color: #C3C067;
}
</style>