#CB8788

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

Shades of Puce #CB8788

Tints of Puce #CB8788

Color information

#CB8788 (or 0xCB8788) is unknown color: approx Puce. HEX triplet: CB, 87 and 88. RGB value is (203,135,136). Sum of RGB (Red+Green+Blue) = 203+135+136=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8788 is #347877. Grayscale: #9B9B9B. Windows color (decimal): -3438712 or 8947659. OLE color: 8947659.

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

Color convert

RGB203135136-
CMYK00.330.330.20
HSL359.12º39.53%66.27%-
HSV(B)359.12º33.5%79.61%-
XYZ37.7431.827.44-
YUV155.45117.03161.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 135 (53.12% from 255) = 28.48%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=42.83%
G=28.48%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313513600.330.330.20359.1239.5366.27
HexCB878802121141672842
Octal313207210041412454750102
Binary1100101110000111100010000100001100001101001011001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8788; }

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

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

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

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

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

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

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

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