#CF809A

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

Shades of Puce #CF809A

Tints of Puce #CF809A

Color information

#CF809A (or 0xCF809A) is unknown color: approx Puce. HEX triplet: CF, 80 and 9A. RGB value is (207,128,154). Sum of RGB (Red+Green+Blue) = 207+128+154=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF809A is #307F65. Grayscale: #9A9A9A. Windows color (decimal): -3178342 or 10125519. OLE color: 10125519.

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

Color convert

RGB207128154-
CMYK00.380.260.19
HSL340.25º45.14%65.69%-
HSV(B)340.25º38.16%81.18%-
XYZ39.2831.0434.49-
YUV154.58127.67165.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=42.33%
G=26.18%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712815400.380.260.19340.2545.1465.69
HexCF809A0261A131542d42
Octal317200232046322352455102
Binary110011111000000010011010010011011010100111010101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF809A; }

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

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

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

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

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

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

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

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