#CF8599

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

Shades of Puce #CF8599

Tints of Puce #CF8599

Color information

#CF8599 (or 0xCF8599) is unknown color: approx Puce. HEX triplet: CF, 85 and 99. RGB value is (207,133,153). Sum of RGB (Red+Green+Blue) = 207+133+153=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8599 is #307A66. Grayscale: #9D9D9D. Windows color (decimal): -3177063 or 10061263. OLE color: 10061263.

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

Color convert

RGB207133153-
CMYK00.360.260.19
HSL343.78º43.53%66.67%-
HSV(B)343.78º35.75%81.18%-
XYZ39.8732.3434.28-
YUV157.41125.52163.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=41.99%
G=26.98%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713315300.360.260.19343.7843.5366.67
HexCF85990241A131582c43
Octal317205231044322353054103
Binary110011111000010110011001010010011010100111010110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8599; }

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

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

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

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

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

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

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

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