Shades of Dark Khaki #CBC16A
Tints of Dark Khaki #CBC16A
RGB
CMYK
RGB Variations
Color information
#CBC16A (or 0xCBC16A) is known color: Dark Khaki. HEX triplet: CB, C1 and 6A. RGB value is (203,193,106). Sum of RGB (Red+Green+Blue) = 203+193+106=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16A is #343E95. Grayscale: #BABABA. Windows color (decimal): -3423894 or 6996427. OLE color: 6996427.
HSL color Cylindrical-coordinate representation of color #CBC16A: hue angle of 53.81º 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 #CBC16A is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 106 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.20 |
| HSL | 53.81º | 0.48% | 0.61% | - |
| HSV(B) | 53.81º | 0.48% | 0.8% | - |
| XYZ | 46.3 | 51.88 | 21.21 | - |
| YUV | 186.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 106 | 0 | 0.05 | 0.48 | 0.20 | 53.81 | 0.48 | 0.61 |
| Hex | CB | C1 | 6A | 0 | 5 | 30 | 14 | 36 | 30 | 3D |
| Octal | 313 | 301 | 152 | 0 | 5 | 60 | 24 | 66 | 60 | 75 |
| Binary | 11001011 | 11000001 | 1101010 | 0 | 101 | 110000 | 10100 | 110110 | 110000 | 111101 |
Color Harmonies of #CBC16A
Complementary color
Monochromatic Colors of #CBC16A
Black with #CBC16A
Text Example
Text Example
White with #CBC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC16A; }
p { color: rgb(203,193,106); }
H1.HeaderClassName
{
color: #CBC16A;
}
.AnyTagClassName
{
color: #CBC16A;
}
</style>
background-color css
<style>
a { background-color: #CBC16A; }
a { background-color: rgb(203,193,106); }
div.DivClassName
{
background-color: #CBC16A;
}
.BgClassName
{
background-color: #CBC16A;
}
</style>
border-color css
<style>
span { border-color: #CBC16A; }
span { border-color: rgb(203,193,106); }
td.TdClassName
{
border-color: #CBC16A;
}
.TagClassName
{
border-color: #CBC16A;
}
</style>