#cf8598

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

Shades of Puce #CF8598

Tints of Puce #CF8598

Color information

#CF8598 (or 0xCF8598) is unknown color: approx Puce. HEX triplet: CF, 85 and 98. RGB value is (207,133,152). Sum of RGB (Red+Green+Blue) = 207+133+152=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8598 is #307A67. Grayscale: #9D9D9D. Windows color (decimal): -3177064 or 9995727. OLE color: 9995727.

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

Color convert

RGB207133152-
CMYK00.360.270.19
HSL344.59º43.53%66.67%-
HSV(B)344.59º35.75%81.18%-
XYZ39.7932.3133.84-
YUV157.29125.02163.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=42.07%
G=27.03%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713315200.360.270.19344.5943.5366.67
HexCF85980241B131592c43
Octal317205230044332353154103
Binary110011111000010110011000010010011011100111010110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8598; }

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

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

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

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

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

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

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

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