#CF8593

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

Shades of Puce #CF8593

Tints of Puce #CF8593

Color information

#CF8593 (or 0xCF8593) is unknown color: approx Puce. HEX triplet: CF, 85 and 93. RGB value is (207,133,147). Sum of RGB (Red+Green+Blue) = 207+133+147=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8593 is #307A6C. Grayscale: #9C9C9C. Windows color (decimal): -3177069 or 9668047. OLE color: 9668047.

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

Color convert

RGB207133147-
CMYK00.360.290.19
HSL348.65º43.53%66.67%-
HSV(B)348.65º35.75%81.18%-
XYZ39.3932.1531.73-
YUV156.72122.52163.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=42.51%
G=27.31%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713314700.360.290.19348.6543.5366.67
HexCF85930241D1315d2c43
Octal317205223044352353554103
Binary110011111000010110010011010010011101100111010111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8593; }

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

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

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

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

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

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

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

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