#CF8495

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

Shades of Puce #CF8495

Tints of Puce #CF8495

Color information

#CF8495 (or 0xCF8495) is unknown color: approx Puce. HEX triplet: CF, 84 and 95. RGB value is (207,132,149). Sum of RGB (Red+Green+Blue) = 207+132+149=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8495 is #307B6A. Grayscale: #9C9C9C. Windows color (decimal): -3177323 or 9798863. OLE color: 9798863.

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

Color convert

RGB207132149-
CMYK00.360.280.19
HSL346.4º43.86%66.47%-
HSV(B)346.4º36.23%81.18%-
XYZ39.4131.9432.52-
YUV156.36123.85164.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=42.42%
G=27.05%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713214900.360.280.19346.443.8666.47
HexCF84950241C1315a2c42
Octal317204225044342353254102
Binary110011111000010010010101010010011100100111010110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8495; }

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

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

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

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

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

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

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

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