#CB889E

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

Shades of Puce #CB889E

Tints of Puce #CB889E

Color information

#CB889E (or 0xCB889E) is unknown color: approx Puce. HEX triplet: CB, 88 and 9E. RGB value is (203,136,158). Sum of RGB (Red+Green+Blue) = 203+136+158=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889E is #347761. Grayscale: #9E9E9E. Windows color (decimal): -3438434 or 10389707. OLE color: 10389707.

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

Color convert

RGB203136158-
CMYK00.330.220.20
HSL340.3º39.18%66.47%-
HSV(B)340.3º33%79.61%-
XYZ39.632.7736.59-
YUV158.54127.7159.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.85%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=40.85%
G=27.36%
B=31.79%

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
Decimal20313615800.330.220.20340.339.1866.47
HexCB889E02116141542742
Octal313210236041262452447102
Binary110010111000100010011110010000110110101001010101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB889E; }

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

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

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

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

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

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

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

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