Shades of Lily #CC9FBE
Tints of Lily #CC9FBE
RGB
CMYK
RGB Variations
Color information
#CC9FBE (or 0xCC9FBE) is known color: Lily. HEX triplet: CC, 9F and BE. RGB value is (204,159,190). Sum of RGB (Red+Green+Blue) = 204+159+190=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FBE is #336041. Grayscale: #AFAFAF. Windows color (decimal): -3366978 or 12492748. OLE color: 12492748.
HSL color Cylindrical-coordinate representation of color #CC9FBE: hue angle of 318.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CC9FBE is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 159 | 190 | - |
CMYK | 0 | 0.22 | 0.07 | 0.2 |
HSL | 318.67º | 0.31% | 0.71% | - |
HSV(B) | 318.67º | 0.22% | 0.8% | - |
XYZ | 46.59 | 41.35 | 54.24 | - |
YUV | 175.99 | 135.91 | 147.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 159 | 190 | 0 | 0.22 | 0.07 | 0.2 | 318.67 | 0.31 | 0.71 |
Hex | CC | 9F | BE | 0 | 16 | 7 | 14 | 13F | 1F | 47 |
Octal | 314 | 237 | 276 | 0 | 26 | 7 | 24 | 477 | 37 | 107 |
Binary | 11001100 | 10011111 | 10111110 | 0 | 10110 | 111 | 10100 | 100111111 | 11111 | 1000111 |
Color Harmonies of #CC9FBE
Complementary color
Monochromatic Colors of #CC9FBE
Black with #CC9FBE
Text Example
Text Example
White with #CC9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9FBE; }
p { color: rgb(204,159,190); }
H1.HeaderClassName
{
color: #CC9FBE;
}
.AnyTagClassName
{
color: #CC9FBE;
}
</style>
background-color css
<style>
a { background-color: #CC9FBE; }
a { background-color: rgb(204,159,190); }
div.DivClassName
{
background-color: #CC9FBE;
}
.BgClassName
{
background-color: #CC9FBE;
}
</style>
border-color css
<style>
span { border-color: #CC9FBE; }
span { border-color: rgb(204,159,190); }
td.TdClassName
{
border-color: #CC9FBE;
}
.TagClassName
{
border-color: #CC9FBE;
}
</style>