#CC8CBE

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

Shades of Lily #CC8CBE

Tints of Lily #CC8CBE

Color information

#CC8CBE (or 0xCC8CBE) is unknown color: approx Lily. HEX triplet: CC, 8C and BE. RGB value is (204,140,190). Sum of RGB (Red+Green+Blue) = 204+140+190=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBE is #337341. Grayscale: #A4A4A4. Windows color (decimal): -3371842 or 12487884. OLE color: 12487884.

HSL color Cylindrical-coordinate representation of color #CC8CBE: hue angle of 313.12º 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 #CC8CBE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204140190-
CMYK00.310.070.2
HSL313.12º38.55%67.45%-
HSV(B)313.12º31.37%80%-
XYZ43.5735.3153.23-
YUV164.84142.2155.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 140 (55.08% from 255) = 26.22%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=38.20%
G=26.22%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414019000.310.070.2313.1238.5567.45
HexCC8CBE01F7141392743
Octal31421427603772447147103
Binary110011001000110010111110011111111101001001110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CBE; }

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

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

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

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

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

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

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

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