#CB8CAF

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

Shades of Lily #CB8CAF

Tints of Lily #CB8CAF

Color information

#CB8CAF (or 0xCB8CAF) is unknown color: approx Lily. HEX triplet: CB, 8C and AF. RGB value is (203,140,175). Sum of RGB (Red+Green+Blue) = 203+140+175=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8CAF is #347350. Grayscale: #A2A2A2. Windows color (decimal): -3437393 or 11504843. OLE color: 11504843.

HSL color Cylindrical-coordinate representation of color #CB8CAF: hue angle of 326.67º degrees, saturation: 0.38, 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 #CB8CAF is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203140175-
CMYK00.310.140.20
HSL326.67º37.72%67.25%-
HSV(B)326.67º31.03%79.61%-
XYZ41.7434.5545.03-
YUV162.83134.87156.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 175 (68.75% from 255) = 33.78%
R=39.19%
G=27.03%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314017500.310.140.20326.6737.7267.25
HexCB8CAF01FE141472643
Octal313214257037162450746103
Binary1100101110001100101011110111111110101001010001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CAF; }

 p { color: rgb(203,140,175); }

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

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

 a { background-color: rgb(203,140,175); }

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

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

 span { border-color: rgb(203,140,175); }

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