#cf7f98

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

Shades of Puce #CF7F98

Tints of Puce #CF7F98

Color information

#CF7F98 (or 0xCF7F98) is unknown color: approx Puce. HEX triplet: CF, 7F and 98. RGB value is (207,127,152). Sum of RGB (Red+Green+Blue) = 207+127+152=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F98 is #308067. Grayscale: #999999. Windows color (decimal): -3178600 or 9994191. OLE color: 9994191.

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

Color convert

RGB207127152-
CMYK00.390.270.19
HSL341.25º45.45%65.49%-
HSV(B)341.25º38.65%81.18%-
XYZ38.9930.7133.58-
YUV153.77127165.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=42.59%
G=26.13%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712715200.390.270.19341.2545.4565.49
HexCF7F980271B131552d41
Octal317177230047332352555101
Binary11001111111111110011000010011111011100111010101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7f98; }

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

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

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

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

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

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

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

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