#CB8493

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

Shades of Puce #CB8493

Tints of Puce #CB8493

Color information

#CB8493 (or 0xCB8493) is unknown color: approx Puce. HEX triplet: CB, 84 and 93. RGB value is (203,132,147). Sum of RGB (Red+Green+Blue) = 203+132+147=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8493 is #347B6C. Grayscale: #9A9A9A. Windows color (decimal): -3439469 or 9667787. OLE color: 9667787.

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

Color convert

RGB203132147-
CMYK00.350.280.20
HSL347.32º40.57%65.69%-
HSV(B)347.32º34.98%79.61%-
XYZ38.1531.3131.64-
YUV154.94123.52162.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.12%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=42.12%
G=27.39%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313214700.350.280.20347.3240.5765.69
HexCB84930231C1415b2942
Octal313204223043342453351102
Binary110010111000010010010011010001111100101001010110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8493; }

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

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

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

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

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

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

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

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