#CF809E

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

Shades of Puce #CF809E

Tints of Puce #CF809E

Color information

#CF809E (or 0xCF809E) is unknown color: approx Puce. HEX triplet: CF, 80 and 9E. RGB value is (207,128,158). Sum of RGB (Red+Green+Blue) = 207+128+158=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809E is #307F61. Grayscale: #9B9B9B. Windows color (decimal): -3178338 or 10387663. OLE color: 10387663.

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

Color convert

RGB207128158-
CMYK00.380.240.19
HSL337.22º45.14%65.69%-
HSV(B)337.22º38.16%81.18%-
XYZ39.6231.1736.28-
YUV155.04129.67165.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=41.99%
G=25.96%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712815800.380.240.19337.2245.1465.69
HexCF809E02618131512d42
Octal317200236046302352155102
Binary110011111000000010011110010011011000100111010100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF809E; }

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

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

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

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

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

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

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

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