#CB889F

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

Shades of Puce #CB889F

Tints of Puce #CB889F

Color information

#CB889F (or 0xCB889F) is unknown color: approx Puce. HEX triplet: CB, 88 and 9F. RGB value is (203,136,159). Sum of RGB (Red+Green+Blue) = 203+136+159=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889F is #347760. Grayscale: #9E9E9E. Windows color (decimal): -3438433 or 10455243. OLE color: 10455243.

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

Color convert

RGB203136159-
CMYK00.330.220.20
HSL339.4º39.18%66.47%-
HSV(B)339.4º33%79.61%-
XYZ39.6932.8137.04-
YUV158.66128.2159.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.76%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=40.76%
G=27.31%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313615900.330.220.20339.439.1866.47
HexCB889F02116141532742
Octal313210237041262452347102
Binary110010111000100010011111010000110110101001010100111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB889F; }

 p { color: rgb(203,136,159); }

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

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

 a { background-color: rgb(203,136,159); }

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

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

 span { border-color: rgb(203,136,159); }

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