#CB8490

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

Shades of Puce #CB8490

Tints of Puce #CB8490

Color information

#CB8490 (or 0xCB8490) is unknown color: approx Puce. HEX triplet: CB, 84 and 90. RGB value is (203,132,144). Sum of RGB (Red+Green+Blue) = 203+132+144=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8490 is #347B6F. Grayscale: #9A9A9A. Windows color (decimal): -3439472 or 9471179. OLE color: 9471179.

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

Color convert

RGB203132144-
CMYK00.350.290.20
HSL349.86º40.57%65.69%-
HSV(B)349.86º34.98%79.61%-
XYZ37.9131.2130.41-
YUV154.6122.02162.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=42.38%
G=27.56%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313214400.350.290.20349.8640.5765.69
HexCB84900231D1415e2942
Octal313204220043352453651102
Binary110010111000010010010000010001111101101001010111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8490; }

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

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

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

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

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

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

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

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