#CB80AF

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

Shades of Lily #CB80AF

Tints of Lily #CB80AF

Color information

#CB80AF (or 0xCB80AF) is unknown color: approx Lily. HEX triplet: CB, 80 and AF. RGB value is (203,128,175). Sum of RGB (Red+Green+Blue) = 203+128+175=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80AF is #347F50. Grayscale: #9B9B9B. Windows color (decimal): -3440465 or 11501771. OLE color: 11501771.

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

Color convert

RGB203128175-
CMYK00.370.140.20
HSL322.4º41.9%64.9%-
HSV(B)322.4º36.95%79.61%-
XYZ40.0931.2344.47-
YUV155.78138.85161.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=40.12%
G=25.30%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312817500.370.140.20322.441.964.9
HexCB80AF025E141422a41
Octal313200257045162450252101
Binary11001011100000001010111101001011110101001010000101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB80AF; }

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

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

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

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

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

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

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

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