#CB8890

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

Shades of Puce #CB8890

Tints of Puce #CB8890

Color information

#CB8890 (or 0xCB8890) is unknown color: approx Puce. HEX triplet: CB, 88 and 90. RGB value is (203,136,144). Sum of RGB (Red+Green+Blue) = 203+136+144=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8890 is #34776F. Grayscale: #9C9C9C. Windows color (decimal): -3438448 or 9472203. OLE color: 9472203.

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

Color convert

RGB203136144-
CMYK00.330.290.20
HSL352.84º39.18%66.47%-
HSV(B)352.84º33%79.61%-
XYZ38.4732.3230.6-
YUV156.94120.7160.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=42.03%
G=28.16%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313614400.330.290.20352.8439.1866.47
HexCB88900211D141612742
Octal313210220041352454147102
Binary110010111000100010010000010000111101101001011000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8890; }

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

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

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

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

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

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

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

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