#CF8589

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

Shades of Puce #CF8589

Tints of Puce #CF8589

Color information

#CF8589 (or 0xCF8589) is unknown color: approx Puce. HEX triplet: CF, 85 and 89. RGB value is (207,133,137). Sum of RGB (Red+Green+Blue) = 207+133+137=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8589 is #307A76. Grayscale: #9B9B9B. Windows color (decimal): -3177079 or 9012687. OLE color: 9012687.

HSL color Cylindrical-coordinate representation of color #CF8589: hue angle of 356.76º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF8589 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207133137-
CMYK00.360.340.19
HSL356.76º43.53%66.67%-
HSV(B)356.76º35.75%81.18%-
XYZ38.6431.8527.78-
YUV155.58117.52164.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 137 (53.91% from 255) = 28.72%
R=43.40%
G=27.88%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713313700.360.340.19356.7643.5366.67
HexCF858902422131652c43
Octal317205211044422354554103
Binary1100111110000101100010010100100100010100111011001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8589; }

 p { color: rgb(207,133,137); }

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

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

 a { background-color: rgb(207,133,137); }

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

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

 span { border-color: rgb(207,133,137); }

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