Shades of Lily #CC99B3
Tints of Lily #CC99B3
RGB
CMYK
RGB Variations
Color information
#CC99B3 (or 0xCC99B3) is known color: Lily. HEX triplet: CC, 99 and B3. RGB value is (204,153,179). Sum of RGB (Red+Green+Blue) = 204+153+179=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99B3 is #33664C. Grayscale: #ABABAB. Windows color (decimal): -3368525 or 11770316. OLE color: 11770316.
HSL color Cylindrical-coordinate representation of color #CC99B3: hue angle of 329.41º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99B3 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 153 | 179 | - |
CMYK | 0 | 0.25 | 0.12 | 0.2 |
HSL | 329.41º | 0.33% | 0.7% | - |
HSV(B) | 329.41º | 0.25% | 0.8% | - |
XYZ | 44.43 | 38.87 | 47.81 | - |
YUV | 171.21 | 132.4 | 151.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 153 | 179 | 0 | 0.25 | 0.12 | 0.2 | 329.41 | 0.33 | 0.7 |
Hex | CC | 99 | B3 | 0 | 19 | C | 14 | 149 | 21 | 46 |
Octal | 314 | 231 | 263 | 0 | 31 | 14 | 24 | 511 | 41 | 106 |
Binary | 11001100 | 10011001 | 10110011 | 0 | 11001 | 1100 | 10100 | 101001001 | 100001 | 1000110 |
Color Harmonies of #CC99B3
Complementary color
Monochromatic Colors of #CC99B3
Black with #CC99B3
Text Example
Text Example
White with #CC99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99B3; }
p { color: rgb(204,153,179); }
H1.HeaderClassName
{
color: #CC99B3;
}
.AnyTagClassName
{
color: #CC99B3;
}
</style>
background-color css
<style>
a { background-color: #CC99B3; }
a { background-color: rgb(204,153,179); }
div.DivClassName
{
background-color: #CC99B3;
}
.BgClassName
{
background-color: #CC99B3;
}
</style>
border-color css
<style>
span { border-color: #CC99B3; }
span { border-color: rgb(204,153,179); }
td.TdClassName
{
border-color: #CC99B3;
}
.TagClassName
{
border-color: #CC99B3;
}
</style>