Shades of Deco #C8CD8B
Tints of Deco #C8CD8B
RGB
CMYK
RGB Variations
Color information
#C8CD8B (or 0xC8CD8B) is known color: Deco. HEX triplet: C8, CD and 8B. RGB value is (200,205,139). Sum of RGB (Red+Green+Blue) = 200+205+139=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD8B is #373274. Grayscale: #C4C4C4. Windows color (decimal): -3617397 or 9162184. OLE color: 9162184.
HSL color Cylindrical-coordinate representation of color #C8CD8B: hue angle of 64.55º degrees, saturation: 0.4, 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 #C8CD8B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 139 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.20 |
| HSL | 64.55º | 0.4% | 0.67% | - |
| HSV(B) | 64.55º | 0.32% | 0.8% | - |
| XYZ | 50.31 | 57.81 | 32.93 | - |
| YUV | 195.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 139 | 0.02 | 0 | 0.32 | 0.20 | 64.55 | 0.4 | 0.67 |
| Hex | C8 | CD | 8B | 2 | 0 | 20 | 14 | 41 | 28 | 43 |
| Octal | 310 | 315 | 213 | 2 | 0 | 40 | 24 | 101 | 50 | 103 |
| Binary | 11001000 | 11001101 | 10001011 | 10 | 0 | 100000 | 10100 | 1000001 | 101000 | 1000011 |
Color Harmonies of #C8CD8B
Complementary color
Monochromatic Colors of #C8CD8B
Black with #C8CD8B
Text Example
Text Example
White with #C8CD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD8B; }
p { color: rgb(200,205,139); }
H1.HeaderClassName
{
color: #C8CD8B;
}
.AnyTagClassName
{
color: #C8CD8B;
}
</style>
background-color css
<style>
a { background-color: #C8CD8B; }
a { background-color: rgb(200,205,139); }
div.DivClassName
{
background-color: #C8CD8B;
}
.BgClassName
{
background-color: #C8CD8B;
}
</style>
border-color css
<style>
span { border-color: #C8CD8B; }
span { border-color: rgb(200,205,139); }
td.TdClassName
{
border-color: #C8CD8B;
}
.TagClassName
{
border-color: #C8CD8B;
}
</style>