#CF8379

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

Shades of My Pink #CF8379

Tints of My Pink #CF8379

Color information

#CF8379 (or 0xCF8379) is unknown color: approx My Pink. HEX triplet: CF, 83 and 79. RGB value is (207,131,121). Sum of RGB (Red+Green+Blue) = 207+131+121=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8379 is #307C86. Grayscale: #989898. Windows color (decimal): -3177607 or 7963599. OLE color: 7963599.

HSL color Cylindrical-coordinate representation of color #CF8379: hue angle of 6.98º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF8379 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207131121-
CMYK00.370.420.19
HSL6.98º47.25%64.31%-
HSV(B)6.98º41.55%81.18%-
XYZ37.330.8822.08-
YUV152.58110.18166.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=45.10%
G=28.54%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713112100.370.420.196.9847.2564.31
HexCF83790252A1372f40
Octal3172031710455223757100
Binary110011111000001111110010100101101010100111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8379; }

 p { color: rgb(207,131,121); }

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

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

 a { background-color: rgb(207,131,121); }

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

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

 span { border-color: rgb(207,131,121); }

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