#CB7AB0

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

Shades of Lily #CB7AB0

Tints of Lily #CB7AB0

Color information

#CB7AB0 (or 0xCB7AB0) is unknown color: approx Lily. HEX triplet: CB, 7A and B0. RGB value is (203,122,176). Sum of RGB (Red+Green+Blue) = 203+122+176=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7AB0 is #34854F. Grayscale: #989898. Windows color (decimal): -3442000 or 11565771. OLE color: 11565771.

HSL color Cylindrical-coordinate representation of color #CB7AB0: hue angle of 320º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AB0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203122176-
CMYK00.400.130.20
HSL320º43.78%63.73%-
HSV(B)320º39.9%79.61%-
XYZ39.4229.7544.74-
YUV152.37141.34164.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=40.52%
G=24.35%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312217600.400.130.2032043.7863.73
HexCB7AB0028D141402c40
Octal313172260050152450054100
Binary1100101111110101011000001010001101101001010000001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7AB0; }

 p { color: rgb(203,122,176); }

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

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

 a { background-color: rgb(203,122,176); }

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

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

 span { border-color: rgb(203,122,176); }

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