#CB889C

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

Shades of Puce #CB889C

Tints of Puce #CB889C

Color information

#CB889C (or 0xCB889C) is unknown color: approx Puce. HEX triplet: CB, 88 and 9C. RGB value is (203,136,156). Sum of RGB (Red+Green+Blue) = 203+136+156=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889C is #347763. Grayscale: #9E9E9E. Windows color (decimal): -3438436 or 10258635. OLE color: 10258635.

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

Color convert

RGB203136156-
CMYK00.330.230.20
HSL342.09º39.18%66.47%-
HSV(B)342.09º33%79.61%-
XYZ39.4332.7135.69-
YUV158.31126.7159.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.01%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=41.01%
G=27.47%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313615600.330.230.20342.0939.1866.47
HexCB889C02117141562742
Octal313210234041272452647102
Binary110010111000100010011100010000110111101001010101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB889C; }

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

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

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

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

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

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

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

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