#CB888A

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

Shades of Puce #CB888A

Tints of Puce #CB888A

Color information

#CB888A (or 0xCB888A) is unknown color: approx Puce. HEX triplet: CB, 88 and 8A. RGB value is (203,136,138). Sum of RGB (Red+Green+Blue) = 203+136+138=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB888A is #347775. Grayscale: #9C9C9C. Windows color (decimal): -3438454 or 9078987. OLE color: 9078987.

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

Color convert

RGB203136138-
CMYK00.330.320.20
HSL358.21º39.18%66.47%-
HSV(B)358.21º33%79.61%-
XYZ38.0232.1428.24-
YUV156.26117.7161.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.56%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=42.56%
G=28.51%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313613800.330.320.20358.2139.1866.47
HexCB888A02120141662742
Octal313210212041402454647102
Binary1100101110001000100010100100001100000101001011001101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB888A; }

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

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

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

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

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

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

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

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