#CB8292

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

Shades of Puce #CB8292

Tints of Puce #CB8292

Color information

#CB8292 (or 0xCB8292) is unknown color: approx Puce. HEX triplet: CB, 82 and 92. RGB value is (203,130,146). Sum of RGB (Red+Green+Blue) = 203+130+146=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8292 is #347D6D. Grayscale: #999999. Windows color (decimal): -3439982 or 9601739. OLE color: 9601739.

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

Color convert

RGB203130146-
CMYK00.360.280.20
HSL346.85º41.24%65.29%-
HSV(B)346.85º35.96%79.61%-
XYZ37.830.7431.13-
YUV153.65123.68163.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=42.38%
G=27.14%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313014600.360.280.20346.8541.2465.29
HexCB82920241C1415b2941
Octal313202222044342453351101
Binary110010111000001010010010010010011100101001010110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8292; }

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

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

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

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

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

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

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

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