Shades of Dark Khaki #CBC56A
Tints of Dark Khaki #CBC56A
RGB
CMYK
RGB Variations
Color information
#CBC56A (or 0xCBC56A) is known color: Dark Khaki. HEX triplet: CB, C5 and 6A. RGB value is (203,197,106). Sum of RGB (Red+Green+Blue) = 203+197+106=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC56A is #343A95. Grayscale: #BCBCBC. Windows color (decimal): -3422870 or 6997451. OLE color: 6997451.
HSL color Cylindrical-coordinate representation of color #CBC56A: hue angle of 56.29º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBC56A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 106 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.20 |
| HSL | 56.29º | 0.48% | 0.61% | - |
| HSV(B) | 56.29º | 0.48% | 0.8% | - |
| XYZ | 47.2 | 53.67 | 21.51 | - |
| YUV | 188.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 106 | 0 | 0.03 | 0.48 | 0.20 | 56.29 | 0.48 | 0.61 |
| Hex | CB | C5 | 6A | 0 | 3 | 30 | 14 | 38 | 30 | 3D |
| Octal | 313 | 305 | 152 | 0 | 3 | 60 | 24 | 70 | 60 | 75 |
| Binary | 11001011 | 11000101 | 1101010 | 0 | 11 | 110000 | 10100 | 111000 | 110000 | 111101 |
Color Harmonies of #CBC56A
Complementary color
Monochromatic Colors of #CBC56A
Black with #CBC56A
Text Example
Text Example
White with #CBC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC56A; }
p { color: rgb(203,197,106); }
H1.HeaderClassName
{
color: #CBC56A;
}
.AnyTagClassName
{
color: #CBC56A;
}
</style>
background-color css
<style>
a { background-color: #CBC56A; }
a { background-color: rgb(203,197,106); }
div.DivClassName
{
background-color: #CBC56A;
}
.BgClassName
{
background-color: #CBC56A;
}
</style>
border-color css
<style>
span { border-color: #CBC56A; }
span { border-color: rgb(203,197,106); }
td.TdClassName
{
border-color: #CBC56A;
}
.TagClassName
{
border-color: #CBC56A;
}
</style>