#CF829A

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

Shades of Puce #CF829A

Tints of Puce #CF829A

Color information

#CF829A (or 0xCF829A) is unknown color: approx Puce. HEX triplet: CF, 82 and 9A. RGB value is (207,130,154). Sum of RGB (Red+Green+Blue) = 207+130+154=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF829A is #307D65. Grayscale: #9B9B9B. Windows color (decimal): -3177830 or 10126031. OLE color: 10126031.

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

Color convert

RGB207130154-
CMYK00.370.260.19
HSL341.3º44.51%66.08%-
HSV(B)341.3º37.2%81.18%-
XYZ39.5531.5634.58-
YUV155.76127.01164.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=42.16%
G=26.48%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713015400.370.260.19341.344.5166.08
HexCF829A0251A131552d42
Octal317202232045322352555102
Binary110011111000001010011010010010111010100111010101011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF829A; }

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

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

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

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

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

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

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

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