#C76F81

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

Shades of Charm #C76F81

Tints of Charm #C76F81

Color information

#C76F81 (or 0xC76F81) is unknown color: approx Charm. HEX triplet: C7, 6F and 81. RGB value is (199,111,129). Sum of RGB (Red+Green+Blue) = 199+111+129=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F81 is #38907E. Grayscale: #8B8B8B. Windows color (decimal): -3707007 or 8482759. OLE color: 8482759.

HSL color Cylindrical-coordinate representation of color #C76F81: hue angle of 347.73º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76F81 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB199111129-
CMYK00.440.350.22
HSL347.73º44%60.78%-
HSV(B)347.73º44.22%78.04%-
XYZ33.225.123.86-
YUV139.36122.15170.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=45.33%
G=25.28%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911112900.440.350.22347.734460.78
HexC76F8102C231615c2c3d
Octal30715720105443265345475
Binary11000111110111110000001010110010001110110101011100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F81; }

 p { color: rgb(199,111,129); }

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

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

 a { background-color: rgb(199,111,129); }

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

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

 span { border-color: rgb(199,111,129); }

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