#CB889B

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

Shades of Puce #CB889B

Tints of Puce #CB889B

Color information

#CB889B (or 0xCB889B) is unknown color: approx Puce. HEX triplet: CB, 88 and 9B. RGB value is (203,136,155). Sum of RGB (Red+Green+Blue) = 203+136+155=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB889B is #347764. Grayscale: #9E9E9E. Windows color (decimal): -3438437 or 10193099. OLE color: 10193099.

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

Color convert

RGB203136155-
CMYK00.330.240.20
HSL342.99º39.18%66.47%-
HSV(B)342.99º33%79.61%-
XYZ39.3532.6735.24-
YUV158.2126.2159.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=41.09%
G=27.53%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313615500.330.240.20342.9939.1866.47
HexCB889B02118141572742
Octal313210233041302452747102
Binary110010111000100010011011010000111000101001010101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB889B; }

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

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

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

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

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

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

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

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