#CF809F

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

Shades of Puce #CF809F

Tints of Puce #CF809F

Color information

#CF809F (or 0xCF809F) is unknown color: approx Puce. HEX triplet: CF, 80 and 9F. RGB value is (207,128,159). Sum of RGB (Red+Green+Blue) = 207+128+159=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809F is #307F60. Grayscale: #9B9B9B. Windows color (decimal): -3178337 or 10453199. OLE color: 10453199.

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

Color convert

RGB207128159-
CMYK00.380.230.19
HSL336.46º45.14%65.69%-
HSV(B)336.46º38.16%81.18%-
XYZ39.7131.2136.73-
YUV155.16130.17164.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=41.90%
G=25.91%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712815900.380.230.19336.4645.1465.69
HexCF809F02617131502d42
Octal317200237046272352055102
Binary110011111000000010011111010011010111100111010100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF809F; }

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

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

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

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

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

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

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

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