#CB98BC

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

Shades of Lily #CB98BC

Tints of Lily #CB98BC

Color information

#CB98BC (or 0xCB98BC) is unknown color: approx Lily. HEX triplet: CB, 98 and BC. RGB value is (203,152,188). Sum of RGB (Red+Green+Blue) = 203+152+188=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98BC is #346743. Grayscale: #ABABAB. Windows color (decimal): -3434308 or 12359883. OLE color: 12359883.

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

Color convert

RGB203152188-
CMYK00.250.070.20
HSL317.65º32.9%69.61%-
HSV(B)317.65º25.12%79.61%-
XYZ44.9338.7852.69-
YUV171.35137.4150.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=37.38%
G=27.99%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315218800.250.070.20317.6532.969.61
HexCB98BC01971413e2146
Octal31323027403172447641106
Binary110010111001100010111100011001111101001001111101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98BC; }

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

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

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

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

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

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

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

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