Shades of Dark Khaki #CBC36C
Tints of Dark Khaki #CBC36C
RGB
CMYK
RGB Variations
Color information
#CBC36C (or 0xCBC36C) is known color: Dark Khaki. HEX triplet: CB, C3 and 6C. RGB value is (203,195,108). Sum of RGB (Red+Green+Blue) = 203+195+108=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC36C is #343C93. Grayscale: #BBBBBB. Windows color (decimal): -3423380 or 7128011. OLE color: 7128011.
HSL color Cylindrical-coordinate representation of color #CBC36C: hue angle of 54.95º 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 #CBC36C is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 108 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.20 |
| HSL | 54.95º | 0.48% | 0.61% | - |
| HSV(B) | 54.95º | 0.47% | 0.8% | - |
| XYZ | 46.85 | 52.81 | 21.91 | - |
| YUV | 187.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 108 | 0 | 0.04 | 0.47 | 0.20 | 54.95 | 0.48 | 0.61 |
| Hex | CB | C3 | 6C | 0 | 4 | 2F | 14 | 37 | 30 | 3D |
| Octal | 313 | 303 | 154 | 0 | 4 | 57 | 24 | 67 | 60 | 75 |
| Binary | 11001011 | 11000011 | 1101100 | 0 | 100 | 101111 | 10100 | 110111 | 110000 | 111101 |
Color Harmonies of #CBC36C
Complementary color
Monochromatic Colors of #CBC36C
Black with #CBC36C
Text Example
Text Example
White with #CBC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC36C; }
p { color: rgb(203,195,108); }
H1.HeaderClassName
{
color: #CBC36C;
}
.AnyTagClassName
{
color: #CBC36C;
}
</style>
background-color css
<style>
a { background-color: #CBC36C; }
a { background-color: rgb(203,195,108); }
div.DivClassName
{
background-color: #CBC36C;
}
.BgClassName
{
background-color: #CBC36C;
}
</style>
border-color css
<style>
span { border-color: #CBC36C; }
span { border-color: rgb(203,195,108); }
td.TdClassName
{
border-color: #CBC36C;
}
.TagClassName
{
border-color: #CBC36C;
}
</style>