Shades of Deco #C8CC8B
Tints of Deco #C8CC8B
RGB
CMYK
RGB Variations
Color information
#C8CC8B (or 0xC8CC8B) is known color: Deco. HEX triplet: C8, CC and 8B. RGB value is (200,204,139). Sum of RGB (Red+Green+Blue) = 200+204+139=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CC8B is #373374. Grayscale: #C3C3C3. Windows color (decimal): -3617653 or 9161928. OLE color: 9161928.
HSL color Cylindrical-coordinate representation of color #C8CC8B: hue angle of 63.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8CC8B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 139 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.2 |
| HSL | 63.69º | 0.39% | 0.67% | - |
| HSV(B) | 63.69º | 0.32% | 0.8% | - |
| XYZ | 50.07 | 57.33 | 32.85 | - |
| YUV | 195.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 139 | 0.02 | 0 | 0.32 | 0.2 | 63.69 | 0.39 | 0.67 |
| Hex | C8 | CC | 8B | 2 | 0 | 20 | 14 | 40 | 27 | 43 |
| Octal | 310 | 314 | 213 | 2 | 0 | 40 | 24 | 100 | 47 | 103 |
| Binary | 11001000 | 11001100 | 10001011 | 10 | 0 | 100000 | 10100 | 1000000 | 100111 | 1000011 |
Color Harmonies of #C8CC8B
Complementary color
Monochromatic Colors of #C8CC8B
Black with #C8CC8B
Text Example
Text Example
White with #C8CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC8B; }
p { color: rgb(200,204,139); }
H1.HeaderClassName
{
color: #C8CC8B;
}
.AnyTagClassName
{
color: #C8CC8B;
}
</style>
background-color css
<style>
a { background-color: #C8CC8B; }
a { background-color: rgb(200,204,139); }
div.DivClassName
{
background-color: #C8CC8B;
}
.BgClassName
{
background-color: #C8CC8B;
}
</style>
border-color css
<style>
span { border-color: #C8CC8B; }
span { border-color: rgb(200,204,139); }
td.TdClassName
{
border-color: #C8CC8B;
}
.TagClassName
{
border-color: #C8CC8B;
}
</style>