#CC8CBB

Color #CC8CBB Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CC8CBB

Tints of Lily #CC8CBB

Color information

#CC8CBB (or 0xCC8CBB) is unknown color: approx Lily. HEX triplet: CC, 8C and BB. RGB value is (204,140,187). Sum of RGB (Red+Green+Blue) = 204+140+187=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBB is #337344. Grayscale: #A4A4A4. Windows color (decimal): -3371845 or 12291276. OLE color: 12291276.

HSL color Cylindrical-coordinate representation of color #CC8CBB: hue angle of 315.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CBB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204140187-
CMYK00.310.080.2
HSL315.94º38.55%67.45%-
HSV(B)315.94º31.37%80%-
XYZ43.2535.1851.52-
YUV164.49140.7156.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=38.42%
G=26.37%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414018700.310.080.2315.9438.5567.45
HexCC8CBB01F81413c2743
Octal314214273037102447447103
Binary1100110010001100101110110111111000101001001111001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CBB; }

 p { color: rgb(204,140,187); }

 H1.HeaderClassName
 {
   color: #CC8CBB;
 }
 .AnyTagClassName
 {
   color: #CC8CBB;
 }
</style>
background-color css

<style>
 a { background-color: #CC8CBB; }

 a { background-color: rgb(204,140,187); }

 div.DivClassName
 {
   background-color: #CC8CBB;
 }
 .BgClassName
 {
   background-color: #CC8CBB;
 }
</style>
border-color css

<style>
 span { border-color: #CC8CBB; }

 span { border-color: rgb(204,140,187); }

 td.TdClassName
 {
   border-color: #CC8CBB;
 }
 .TagClassName
 {
   border-color: #CC8CBB;
 }
</style>