Shades of Dark Khaki #CBC16B
Tints of Dark Khaki #CBC16B
RGB
CMYK
RGB Variations
Color information
#CBC16B (or 0xCBC16B) is known color: Dark Khaki. HEX triplet: CB, C1 and 6B. RGB value is (203,193,107). Sum of RGB (Red+Green+Blue) = 203+193+107=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16B is #343E94. Grayscale: #BABABA. Windows color (decimal): -3423893 or 7061963. OLE color: 7061963.
HSL color Cylindrical-coordinate representation of color #CBC16B: hue angle of 53.75º 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 #CBC16B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 107 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.20 |
| HSL | 53.75º | 0.48% | 0.61% | - |
| HSV(B) | 53.75º | 0.47% | 0.8% | - |
| XYZ | 46.35 | 51.9 | 21.48 | - |
| YUV | 186.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 107 | 0 | 0.05 | 0.47 | 0.20 | 53.75 | 0.48 | 0.61 |
| Hex | CB | C1 | 6B | 0 | 5 | 2F | 14 | 36 | 30 | 3D |
| Octal | 313 | 301 | 153 | 0 | 5 | 57 | 24 | 66 | 60 | 75 |
| Binary | 11001011 | 11000001 | 1101011 | 0 | 101 | 101111 | 10100 | 110110 | 110000 | 111101 |
Color Harmonies of #CBC16B
Complementary color
Monochromatic Colors of #CBC16B
Black with #CBC16B
Text Example
Text Example
White with #CBC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC16B; }
p { color: rgb(203,193,107); }
H1.HeaderClassName
{
color: #CBC16B;
}
.AnyTagClassName
{
color: #CBC16B;
}
</style>
background-color css
<style>
a { background-color: #CBC16B; }
a { background-color: rgb(203,193,107); }
div.DivClassName
{
background-color: #CBC16B;
}
.BgClassName
{
background-color: #CBC16B;
}
</style>
border-color css
<style>
span { border-color: #CBC16B; }
span { border-color: rgb(203,193,107); }
td.TdClassName
{
border-color: #CBC16B;
}
.TagClassName
{
border-color: #CBC16B;
}
</style>