#CA9CB3

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

Shades of Lily #CA9CB3

Tints of Lily #CA9CB3

Color information

#CA9CB3 (or 0xCA9CB3) is unknown color: approx Lily. HEX triplet: CA, 9C and B3. RGB value is (202,156,179). Sum of RGB (Red+Green+Blue) = 202+156+179=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CB3 is #35634C. Grayscale: #ACACAC. Windows color (decimal): -3498829 or 11771082. OLE color: 11771082.

HSL color Cylindrical-coordinate representation of color #CA9CB3: hue angle of 330º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9CB3 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202156179-
CMYK00.230.110.21
HSL330º30.26%70.2%-
HSV(B)330º22.77%79.22%-
XYZ44.3839.5947.95-
YUV172.38131.74149.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=37.62%
G=29.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215617900.230.110.2133030.2670.2
HexCA9CB3017B1514a1e46
Octal312234263027132551236106
Binary110010101001110010110011010111101110101101001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CB3; }

 p { color: rgb(202,156,179); }

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

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

 a { background-color: rgb(202,156,179); }

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

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

 span { border-color: rgb(202,156,179); }

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