#CB98B9

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

Shades of Lily #CB98B9

Tints of Lily #CB98B9

Color information

#CB98B9 (or 0xCB98B9) is unknown color: approx Lily. HEX triplet: CB, 98 and B9. RGB value is (203,152,185). Sum of RGB (Red+Green+Blue) = 203+152+185=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98B9 is #346746. Grayscale: #AAAAAA. Windows color (decimal): -3434311 or 12163275. OLE color: 12163275.

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

Color convert

RGB203152185-
CMYK00.250.090.20
HSL321.18º32.9%69.61%-
HSV(B)321.18º25.12%79.61%-
XYZ44.6138.6651.01-
YUV171.01135.9150.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=37.59%
G=28.15%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315218500.250.090.20321.1832.969.61
HexCB98B90199141412146
Octal313230271031112450141106
Binary1100101110011000101110010110011001101001010000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98B9; }

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

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

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

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

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

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

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

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