#CF8590

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

Shades of Puce #CF8590

Tints of Puce #CF8590

Color information

#CF8590 (or 0xCF8590) is unknown color: approx Puce. HEX triplet: CF, 85 and 90. RGB value is (207,133,144). Sum of RGB (Red+Green+Blue) = 207+133+144=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8590 is #307A6F. Grayscale: #9C9C9C. Windows color (decimal): -3177072 or 9471439. OLE color: 9471439.

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

Color convert

RGB207133144-
CMYK00.360.300.19
HSL351.08º43.53%66.67%-
HSV(B)351.08º35.75%81.18%-
XYZ39.1532.0530.51-
YUV156.38121.02164.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=42.77%
G=27.48%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713314400.360.300.19351.0843.5366.67
HexCF85900241E1315f2c43
Octal317205220044362353754103
Binary110011111000010110010000010010011110100111010111111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8590; }

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

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

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

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

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

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

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

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