#CF839F

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

Shades of Puce #CF839F

Tints of Puce #CF839F

Color information

#CF839F (or 0xCF839F) is unknown color: approx Puce. HEX triplet: CF, 83 and 9F. RGB value is (207,131,159). Sum of RGB (Red+Green+Blue) = 207+131+159=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF839F is #307C60. Grayscale: #9C9C9C. Windows color (decimal): -3177569 or 10453967. OLE color: 10453967.

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

Color convert

RGB207131159-
CMYK00.370.230.19
HSL337.89º44.19%66.27%-
HSV(B)337.89º36.71%81.18%-
XYZ40.113236.86-
YUV156.92129.18163.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 159 (62.5% from 255) = 31.99%
R=41.65%
G=26.36%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713115900.370.230.19337.8944.1966.27
HexCF839F02517131522c42
Octal317203237045272352254102
Binary110011111000001110011111010010110111100111010100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF839F; }

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

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

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

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

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

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

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

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