Shades of Deco #CCD190
Tints of Deco #CCD190
RGB
CMYK
RGB Variations
Color information
#CCD190 (or 0xCCD190) is known color: Deco. HEX triplet: CC, D1 and 90. RGB value is (204,209,144). Sum of RGB (Red+Green+Blue) = 204+209+144=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD190 is #332E6F. Grayscale: #C8C8C8. Windows color (decimal): -3354224 or 9490892. OLE color: 9490892.
HSL color Cylindrical-coordinate representation of color #CCD190: hue angle of 64.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD190 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 144 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.18 |
| HSL | 64.62º | 0.41% | 0.69% | - |
| HSV(B) | 64.62º | 0.31% | 0.82% | - |
| XYZ | 52.74 | 60.45 | 35.27 | - |
| YUV | 200.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 144 | 0.02 | 0 | 0.31 | 0.18 | 64.62 | 0.41 | 0.69 |
| Hex | CC | D1 | 90 | 2 | 0 | 1F | 12 | 41 | 29 | 45 |
| Octal | 314 | 321 | 220 | 2 | 0 | 37 | 22 | 101 | 51 | 105 |
| Binary | 11001100 | 11010001 | 10010000 | 10 | 0 | 11111 | 10010 | 1000001 | 101001 | 1000101 |
Color Harmonies of #CCD190
Complementary color
Monochromatic Colors of #CCD190
Black with #CCD190
Text Example
Text Example
White with #CCD190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD190; }
p { color: rgb(204,209,144); }
H1.HeaderClassName
{
color: #CCD190;
}
.AnyTagClassName
{
color: #CCD190;
}
</style>
background-color css
<style>
a { background-color: #CCD190; }
a { background-color: rgb(204,209,144); }
div.DivClassName
{
background-color: #CCD190;
}
.BgClassName
{
background-color: #CCD190;
}
</style>
border-color css
<style>
span { border-color: #CCD190; }
span { border-color: rgb(204,209,144); }
td.TdClassName
{
border-color: #CCD190;
}
.TagClassName
{
border-color: #CCD190;
}
</style>