#CB96BC

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

Shades of Lily #CB96BC

Tints of Lily #CB96BC

Color information

#CB96BC (or 0xCB96BC) is unknown color: approx Lily. HEX triplet: CB, 96 and BC. RGB value is (203,150,188). Sum of RGB (Red+Green+Blue) = 203+150+188=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BC is #346943. Grayscale: #AAAAAA. Windows color (decimal): -3434820 or 12359371. OLE color: 12359371.

HSL color Cylindrical-coordinate representation of color #CB96BC: hue angle of 316.98º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96BC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203150188-
CMYK00.260.070.20
HSL316.98º33.76%69.22%-
HSV(B)316.98º26.11%79.61%-
XYZ44.6138.1452.59-
YUV170.18138.06151.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=37.52%
G=27.73%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315018800.260.070.20316.9833.7669.22
HexCB96BC01A71413d2245
Octal31322627403272447542105
Binary110010111001011010111100011010111101001001111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96BC; }

 p { color: rgb(203,150,188); }

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

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

 a { background-color: rgb(203,150,188); }

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

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

 span { border-color: rgb(203,150,188); }

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