Shades of Lily #CCA2B2
Tints of Lily #CCA2B2
RGB
CMYK
RGB Variations
Color information
#CCA2B2 (or 0xCCA2B2) is known color: Lily. HEX triplet: CC, A2 and B2. RGB value is (204,162,178). Sum of RGB (Red+Green+Blue) = 204+162+178=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2B2 is #335D4D. Grayscale: #B0B0B0. Windows color (decimal): -3366222 or 11707084. OLE color: 11707084.
HSL color Cylindrical-coordinate representation of color #CCA2B2: hue angle of 337.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2B2 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 162 | 178 | - |
CMYK | 0 | 0.21 | 0.13 | 0.2 |
HSL | 337.14º | 0.29% | 0.72% | - |
HSV(B) | 337.14º | 0.21% | 0.8% | - |
XYZ | 45.86 | 41.89 | 47.79 | - |
YUV | 176.38 | 128.91 | 147.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 178 | 0 | 0.21 | 0.13 | 0.2 | 337.14 | 0.29 | 0.72 |
Hex | CC | A2 | B2 | 0 | 15 | D | 14 | 151 | 1D | 48 |
Octal | 314 | 242 | 262 | 0 | 25 | 15 | 24 | 521 | 35 | 110 |
Binary | 11001100 | 10100010 | 10110010 | 0 | 10101 | 1101 | 10100 | 101010001 | 11101 | 1001000 |
Color Harmonies of #CCA2B2
Complementary color
Monochromatic Colors of #CCA2B2
Black with #CCA2B2
Text Example
Text Example
White with #CCA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2B2; }
p { color: rgb(204,162,178); }
H1.HeaderClassName
{
color: #CCA2B2;
}
.AnyTagClassName
{
color: #CCA2B2;
}
</style>
background-color css
<style>
a { background-color: #CCA2B2; }
a { background-color: rgb(204,162,178); }
div.DivClassName
{
background-color: #CCA2B2;
}
.BgClassName
{
background-color: #CCA2B2;
}
</style>
border-color css
<style>
span { border-color: #CCA2B2; }
span { border-color: rgb(204,162,178); }
td.TdClassName
{
border-color: #CCA2B2;
}
.TagClassName
{
border-color: #CCA2B2;
}
</style>