#CB8293

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

Shades of Puce #CB8293

Tints of Puce #CB8293

Color information

#CB8293 (or 0xCB8293) is unknown color: approx Puce. HEX triplet: CB, 82 and 93. RGB value is (203,130,147). Sum of RGB (Red+Green+Blue) = 203+130+147=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8293 is #347D6C. Grayscale: #999999. Windows color (decimal): -3439981 or 9667275. OLE color: 9667275.

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

Color convert

RGB203130147-
CMYK00.360.280.20
HSL346.03º41.24%65.29%-
HSV(B)346.03º35.96%79.61%-
XYZ37.8830.7731.55-
YUV153.77124.18163.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=42.29%
G=27.08%
B=30.62%

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
Decimal20313014700.360.280.20346.0341.2465.29
HexCB82930241C1415a2941
Octal313202223044342453251101
Binary110010111000001010010011010010011100101001010110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8293; }

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

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

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

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

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

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

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

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