#CB8CBB

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

Shades of Lily #CB8CBB

Tints of Lily #CB8CBB

Color information

#CB8CBB (or 0xCB8CBB) is unknown color: approx Lily. HEX triplet: CB, 8C and BB. RGB value is (203,140,187). Sum of RGB (Red+Green+Blue) = 203+140+187=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBB is #347344. Grayscale: #A4A4A4. Windows color (decimal): -3437381 or 12291275. OLE color: 12291275.

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

Color convert

RGB203140187-
CMYK00.310.080.20
HSL315.24º37.72%67.25%-
HSV(B)315.24º31.03%79.61%-
XYZ42.9835.0451.51-
YUV164.2140.87155.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 140 (55.08% from 255) = 26.42%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=38.30%
G=26.42%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314018700.310.080.20315.2437.7267.25
HexCB8CBB01F81413b2643
Octal313214273037102447346103
Binary1100101110001100101110110111111000101001001110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CBB; }

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

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

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

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

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

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

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

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