#CF8299

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

Shades of Puce #CF8299

Tints of Puce #CF8299

Color information

#CF8299 (or 0xCF8299) is unknown color: approx Puce. HEX triplet: CF, 82 and 99. RGB value is (207,130,153). Sum of RGB (Red+Green+Blue) = 207+130+153=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8299 is #307D66. Grayscale: #9B9B9B. Windows color (decimal): -3177831 or 10060495. OLE color: 10060495.

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

Color convert

RGB207130153-
CMYK00.370.260.19
HSL342.08º44.51%66.08%-
HSV(B)342.08º37.2%81.18%-
XYZ39.4631.5334.14-
YUV155.65126.51164.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=42.24%
G=26.53%
B=31.22%

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
Decimal20713015300.370.260.19342.0844.5166.08
HexCF82990251A131562d42
Octal317202231045322352655102
Binary110011111000001010011001010010111010100111010101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8299; }

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

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

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

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

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

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

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

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