#CB89AF

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

Shades of Lily #CB89AF

Tints of Lily #CB89AF

Color information

#CB89AF (or 0xCB89AF) is unknown color: approx Lily. HEX triplet: CB, 89 and AF. RGB value is (203,137,175). Sum of RGB (Red+Green+Blue) = 203+137+175=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB89AF is #347650. Grayscale: #A0A0A0. Windows color (decimal): -3438161 or 11504075. OLE color: 11504075.

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

Color convert

RGB203137175-
CMYK00.330.140.20
HSL325.45º38.82%66.67%-
HSV(B)325.45º32.51%79.61%-
XYZ41.3133.6844.88-
YUV161.07135.87157.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=39.42%
G=26.60%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313717500.330.140.20325.4538.8266.67
HexCB89AF021E141452743
Octal313211257041162450547103
Binary11001011100010011010111101000011110101001010001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89AF; }

 p { color: rgb(203,137,175); }

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

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

 a { background-color: rgb(203,137,175); }

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

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

 span { border-color: rgb(203,137,175); }

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