#CF8491

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

Shades of Puce #CF8491

Tints of Puce #CF8491

Color information

#CF8491 (or 0xCF8491) is unknown color: approx Puce. HEX triplet: CF, 84 and 91. RGB value is (207,132,145). Sum of RGB (Red+Green+Blue) = 207+132+145=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8491 is #307B6E. Grayscale: #9B9B9B. Windows color (decimal): -3177327 or 9536719. OLE color: 9536719.

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

Color convert

RGB207132145-
CMYK00.360.300.19
HSL349.6º43.86%66.47%-
HSV(B)349.6º36.23%81.18%-
XYZ39.0931.8130.87-
YUV155.91121.85164.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 132 (51.95% from 255) = 27.27%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=42.77%
G=27.27%
B=29.96%

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
Decimal20713214500.360.300.19349.643.8666.47
HexCF84910241E1315e2c42
Octal317204221044362353654102
Binary110011111000010010010001010010011110100111010111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8491; }

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

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

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

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

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

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

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

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