#CF8798

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

Shades of Puce #CF8798

Tints of Puce #CF8798

Color information

#CF8798 (or 0xCF8798) is unknown color: approx Puce. HEX triplet: CF, 87 and 98. RGB value is (207,135,152). Sum of RGB (Red+Green+Blue) = 207+135+152=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8798 is #307867. Grayscale: #9E9E9E. Windows color (decimal): -3176552 or 9996239. OLE color: 9996239.

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

Color convert

RGB207135152-
CMYK00.350.270.19
HSL345.83º42.86%67.06%-
HSV(B)345.83º34.78%81.18%-
XYZ40.0632.8633.94-
YUV158.47124.35162.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=41.90%
G=27.33%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713515200.350.270.19345.8342.8667.06
HexCF87980231B1315a2b43
Octal317207230043332353253103
Binary110011111000011110011000010001111011100111010110101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8798; }

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

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

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

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

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

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

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

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