#CB9CB3

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

Shades of Lily #CB9CB3

Tints of Lily #CB9CB3

Color information

#CB9CB3 (or 0xCB9CB3) is unknown color: approx Lily. HEX triplet: CB, 9C and B3. RGB value is (203,156,179). Sum of RGB (Red+Green+Blue) = 203+156+179=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CB3 is #34634C. Grayscale: #ACACAC. Windows color (decimal): -3433293 or 11771083. OLE color: 11771083.

HSL color Cylindrical-coordinate representation of color #CB9CB3: hue angle of 330.64º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9CB3 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203156179-
CMYK00.230.120.20
HSL330.64º31.13%70.39%-
HSV(B)330.64º23.15%79.61%-
XYZ44.6539.7347.96-
YUV172.68131.57149.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=37.73%
G=29.00%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315617900.230.120.20330.6431.1370.39
HexCB9CB3017C1414b1f46
Octal313234263027142451337106
Binary110010111001110010110011010111110010100101001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CB3; }

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

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

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

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

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

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

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

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