#CF8095

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

Shades of Puce #CF8095

Tints of Puce #CF8095

Color information

#CF8095 (or 0xCF8095) is unknown color: approx Puce. HEX triplet: CF, 80 and 95. RGB value is (207,128,149). Sum of RGB (Red+Green+Blue) = 207+128+149=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8095 is #307F6A. Grayscale: #9A9A9A. Windows color (decimal): -3178347 or 9797839. OLE color: 9797839.

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

Color convert

RGB207128149-
CMYK00.380.280.19
HSL344.05º45.14%65.69%-
HSV(B)344.05º38.16%81.18%-
XYZ38.8830.8732.34-
YUV154.01125.17165.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=42.77%
G=26.45%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712814900.380.280.19344.0545.1465.69
HexCF80950261C131582d42
Octal317200225046342353055102
Binary110011111000000010010101010011011100100111010110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8095; }

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

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

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

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

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

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

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

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