Shades of Dark Khaki #CBC16E
Tints of Dark Khaki #CBC16E
RGB
CMYK
RGB Variations
Color information
#CBC16E (or 0xCBC16E) is known color: Dark Khaki. HEX triplet: CB, C1 and 6E. RGB value is (203,193,110). Sum of RGB (Red+Green+Blue) = 203+193+110=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC16E is #343E91. Grayscale: #BABABA. Windows color (decimal): -3423890 or 7258571. OLE color: 7258571.
HSL color Cylindrical-coordinate representation of color #CBC16E: hue angle of 53.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBC16E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 110 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.20 |
| HSL | 53.55º | 0.47% | 0.61% | - |
| HSV(B) | 53.55º | 0.46% | 0.8% | - |
| XYZ | 46.51 | 51.96 | 22.33 | - |
| YUV | 186.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 110 | 0 | 0.05 | 0.46 | 0.20 | 53.55 | 0.47 | 0.61 |
| Hex | CB | C1 | 6E | 0 | 5 | 2E | 14 | 36 | 2F | 3D |
| Octal | 313 | 301 | 156 | 0 | 5 | 56 | 24 | 66 | 57 | 75 |
| Binary | 11001011 | 11000001 | 1101110 | 0 | 101 | 101110 | 10100 | 110110 | 101111 | 111101 |
Color Harmonies of #CBC16E
Complementary color
Monochromatic Colors of #CBC16E
Black with #CBC16E
Text Example
Text Example
White with #CBC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC16E; }
p { color: rgb(203,193,110); }
H1.HeaderClassName
{
color: #CBC16E;
}
.AnyTagClassName
{
color: #CBC16E;
}
</style>
background-color css
<style>
a { background-color: #CBC16E; }
a { background-color: rgb(203,193,110); }
div.DivClassName
{
background-color: #CBC16E;
}
.BgClassName
{
background-color: #CBC16E;
}
</style>
border-color css
<style>
span { border-color: #CBC16E; }
span { border-color: rgb(203,193,110); }
td.TdClassName
{
border-color: #CBC16E;
}
.TagClassName
{
border-color: #CBC16E;
}
</style>