#CB8291

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

Shades of Puce #CB8291

Tints of Puce #CB8291

Color information

#CB8291 (or 0xCB8291) is unknown color: approx Puce. HEX triplet: CB, 82 and 91. RGB value is (203,130,145). Sum of RGB (Red+Green+Blue) = 203+130+145=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8291 is #347D6E. Grayscale: #999999. Windows color (decimal): -3439983 or 9536203. OLE color: 9536203.

HSL color Cylindrical-coordinate representation of color #CB8291: hue angle of 347.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8291 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203130145-
CMYK00.360.290.20
HSL347.67º41.24%65.29%-
HSV(B)347.67º35.96%79.61%-
XYZ37.7230.7130.73-
YUV153.54123.18163.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.47%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 145 (57.03% from 255) = 30.33%
R=42.47%
G=27.20%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313014500.360.290.20347.6741.2465.29
HexCB82910241D1415c2941
Octal313202221044352453451101
Binary110010111000001010010001010010011101101001010111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8291; }

 p { color: rgb(203,130,145); }

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

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

 a { background-color: rgb(203,130,145); }

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

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

 span { border-color: rgb(203,130,145); }

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