#CB92B6

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

Shades of Lily #CB92B6

Tints of Lily #CB92B6

Color information

#CB92B6 (or 0xCB92B6) is unknown color: approx Lily. HEX triplet: CB, 92 and B6. RGB value is (203,146,182). Sum of RGB (Red+Green+Blue) = 203+146+182=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92B6 is #346D49. Grayscale: #A7A7A7. Windows color (decimal): -3435850 or 11965131. OLE color: 11965131.

HSL color Cylindrical-coordinate representation of color #CB92B6: hue angle of 322.11º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB92B6 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203146182-
CMYK00.280.100.20
HSL322.11º35.4%68.43%-
HSV(B)322.11º28.08%79.61%-
XYZ43.3536.6349.04-
YUV167.15136.38153.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=38.23%
G=27.50%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314618200.280.100.20322.1135.468.43
HexCB92B601CA141422344
Octal313222266034122450243104
Binary1100101110010010101101100111001010101001010000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB92B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB92B6; }

 p { color: rgb(203,146,182); }

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

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

 a { background-color: rgb(203,146,182); }

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

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

 span { border-color: rgb(203,146,182); }

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