Shades of Dark Khaki #CCC46B
Tints of Dark Khaki #CCC46B
RGB
CMYK
RGB Variations
Color information
#CCC46B (or 0xCCC46B) is known color: Dark Khaki. HEX triplet: CC, C4 and 6B. RGB value is (204,196,107). Sum of RGB (Red+Green+Blue) = 204+196+107=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC46B is #333B94. Grayscale: #BCBCBC. Windows color (decimal): -3357589 or 7062732. OLE color: 7062732.
HSL color Cylindrical-coordinate representation of color #CCC46B: hue angle of 55.05º degrees, saturation: 0.49, 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 #CCC46B is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 107 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.2 |
| HSL | 55.05º | 0.49% | 0.61% | - |
| HSV(B) | 55.05º | 0.48% | 0.8% | - |
| XYZ | 47.3 | 53.38 | 21.72 | - |
| YUV | 188.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 107 | 0 | 0.04 | 0.48 | 0.2 | 55.05 | 0.49 | 0.61 |
| Hex | CC | C4 | 6B | 0 | 4 | 30 | 14 | 37 | 31 | 3D |
| Octal | 314 | 304 | 153 | 0 | 4 | 60 | 24 | 67 | 61 | 75 |
| Binary | 11001100 | 11000100 | 1101011 | 0 | 100 | 110000 | 10100 | 110111 | 110001 | 111101 |
Color Harmonies of #CCC46B
Complementary color
Monochromatic Colors of #CCC46B
Black with #CCC46B
Text Example
Text Example
White with #CCC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC46B; }
p { color: rgb(204,196,107); }
H1.HeaderClassName
{
color: #CCC46B;
}
.AnyTagClassName
{
color: #CCC46B;
}
</style>
background-color css
<style>
a { background-color: #CCC46B; }
a { background-color: rgb(204,196,107); }
div.DivClassName
{
background-color: #CCC46B;
}
.BgClassName
{
background-color: #CCC46B;
}
</style>
border-color css
<style>
span { border-color: #CCC46B; }
span { border-color: rgb(204,196,107); }
td.TdClassName
{
border-color: #CCC46B;
}
.TagClassName
{
border-color: #CCC46B;
}
</style>