Shades of Dark Khaki #CBC368
Tints of Dark Khaki #CBC368
RGB
CMYK
RGB Variations
Color information
#CBC368 (or 0xCBC368) is known color: Dark Khaki. HEX triplet: CB, C3 and 68. RGB value is (203,195,104). Sum of RGB (Red+Green+Blue) = 203+195+104=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC368 is #343C97. Grayscale: #BBBBBB. Windows color (decimal): -3423384 or 6865867. OLE color: 6865867.
HSL color Cylindrical-coordinate representation of color #CBC368: hue angle of 55.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBC368 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 104 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.20 |
| HSL | 55.15º | 0.49% | 0.6% | - |
| HSV(B) | 55.15º | 0.49% | 0.8% | - |
| XYZ | 46.64 | 52.73 | 20.82 | - |
| YUV | 187.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 104 | 0 | 0.04 | 0.49 | 0.20 | 55.15 | 0.49 | 0.6 |
| Hex | CB | C3 | 68 | 0 | 4 | 31 | 14 | 37 | 31 | 3C |
| Octal | 313 | 303 | 150 | 0 | 4 | 61 | 24 | 67 | 61 | 74 |
| Binary | 11001011 | 11000011 | 1101000 | 0 | 100 | 110001 | 10100 | 110111 | 110001 | 111100 |
Color Harmonies of #CBC368
Complementary color
Monochromatic Colors of #CBC368
Black with #CBC368
Text Example
Text Example
White with #CBC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC368; }
p { color: rgb(203,195,104); }
H1.HeaderClassName
{
color: #CBC368;
}
.AnyTagClassName
{
color: #CBC368;
}
</style>
background-color css
<style>
a { background-color: #CBC368; }
a { background-color: rgb(203,195,104); }
div.DivClassName
{
background-color: #CBC368;
}
.BgClassName
{
background-color: #CBC368;
}
</style>
border-color css
<style>
span { border-color: #CBC368; }
span { border-color: rgb(203,195,104); }
td.TdClassName
{
border-color: #CBC368;
}
.TagClassName
{
border-color: #CBC368;
}
</style>