Shades of Dark Khaki #CBC06C
Tints of Dark Khaki #CBC06C
RGB
CMYK
RGB Variations
Color information
#CBC06C (or 0xCBC06C) is known color: Dark Khaki. HEX triplet: CB, C0 and 6C. RGB value is (203,192,108). Sum of RGB (Red+Green+Blue) = 203+192+108=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06C is #343F93. Grayscale: #BABABA. Windows color (decimal): -3424148 or 7127243. OLE color: 7127243.
HSL color Cylindrical-coordinate representation of color #CBC06C: hue angle of 53.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBC06C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 192 | 108 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.20 |
| HSL | 53.05º | 0.48% | 0.61% | - |
| HSV(B) | 53.05º | 0.47% | 0.8% | - |
| XYZ | 46.19 | 51.48 | 21.69 | - |
| YUV | 185.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 108 | 0 | 0.05 | 0.47 | 0.20 | 53.05 | 0.48 | 0.61 |
| Hex | CB | C0 | 6C | 0 | 5 | 2F | 14 | 35 | 30 | 3D |
| Octal | 313 | 300 | 154 | 0 | 5 | 57 | 24 | 65 | 60 | 75 |
| Binary | 11001011 | 11000000 | 1101100 | 0 | 101 | 101111 | 10100 | 110101 | 110000 | 111101 |
Color Harmonies of #CBC06C
Complementary color
Monochromatic Colors of #CBC06C
Black with #CBC06C
Text Example
Text Example
White with #CBC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC06C; }
p { color: rgb(203,192,108); }
H1.HeaderClassName
{
color: #CBC06C;
}
.AnyTagClassName
{
color: #CBC06C;
}
</style>
background-color css
<style>
a { background-color: #CBC06C; }
a { background-color: rgb(203,192,108); }
div.DivClassName
{
background-color: #CBC06C;
}
.BgClassName
{
background-color: #CBC06C;
}
</style>
border-color css
<style>
span { border-color: #CBC06C; }
span { border-color: rgb(203,192,108); }
td.TdClassName
{
border-color: #CBC06C;
}
.TagClassName
{
border-color: #CBC06C;
}
</style>