#CF839E

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

Shades of Puce #CF839E

Tints of Puce #CF839E

Color information

#CF839E (or 0xCF839E) is unknown color: approx Puce. HEX triplet: CF, 83 and 9E. RGB value is (207,131,158). Sum of RGB (Red+Green+Blue) = 207+131+158=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF839E is #307C61. Grayscale: #9C9C9C. Windows color (decimal): -3177570 or 10388431. OLE color: 10388431.

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

Color convert

RGB207131158-
CMYK00.370.240.19
HSL338.68º44.19%66.27%-
HSV(B)338.68º36.71%81.18%-
XYZ40.0231.9736.41-
YUV156.8128.68163.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=41.73%
G=26.41%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713115800.370.240.19338.6844.1966.27
HexCF839E02518131532c42
Octal317203236045302352354102
Binary110011111000001110011110010010111000100111010100111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF839E; }

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

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

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

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

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

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

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

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