#CB84AF

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

Shades of Lily #CB84AF

Tints of Lily #CB84AF

Color information

#CB84AF (or 0xCB84AF) is unknown color: approx Lily. HEX triplet: CB, 84 and AF. RGB value is (203,132,175). Sum of RGB (Red+Green+Blue) = 203+132+175=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB84AF is #347B50. Grayscale: #9E9E9E. Windows color (decimal): -3439441 or 11502795. OLE color: 11502795.

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

Color convert

RGB203132175-
CMYK00.350.140.20
HSL323.66º40.57%65.69%-
HSV(B)323.66º34.98%79.61%-
XYZ40.6232.2944.65-
YUV158.13137.52160-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 132 (51.95% from 255) = 25.88%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=39.80%
G=25.88%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313217500.350.140.20323.6640.5765.69
HexCB84AF023E141442942
Octal313204257043162450451102
Binary11001011100001001010111101000111110101001010001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84AF; }

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

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

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

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

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

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

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

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