#CF8490

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

Shades of Puce #CF8490

Tints of Puce #CF8490

Color information

#CF8490 (or 0xCF8490) is unknown color: approx Puce. HEX triplet: CF, 84 and 90. RGB value is (207,132,144). Sum of RGB (Red+Green+Blue) = 207+132+144=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8490 is #307B6F. Grayscale: #9B9B9B. Windows color (decimal): -3177328 or 9471183. OLE color: 9471183.

HSL color Cylindrical-coordinate representation of color #CF8490: hue angle of 350.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8490 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207132144-
CMYK00.360.300.19
HSL350.4º43.86%66.47%-
HSV(B)350.4º36.23%81.18%-
XYZ39.0231.7830.46-
YUV155.79121.35164.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=42.86%
G=27.33%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713214400.360.300.19350.443.8666.47
HexCF84900241E1315e2c42
Octal317204220044362353654102
Binary110011111000010010010000010010011110100111010111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8490; }

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

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

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

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

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

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

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

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