#C76F7F

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

Shades of Charm #C76F7F

Tints of Charm #C76F7F

Color information

#C76F7F (or 0xC76F7F) is unknown color: approx Charm. HEX triplet: C7, 6F and 7F. RGB value is (199,111,127). Sum of RGB (Red+Green+Blue) = 199+111+127=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F7F is #389080. Grayscale: #8B8B8B. Windows color (decimal): -3707009 or 8351687. OLE color: 8351687.

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

Color convert

RGB199111127-
CMYK00.440.360.22
HSL349.09º44%60.78%-
HSV(B)349.09º44.22%78.04%-
XYZ33.0725.0423.17-
YUV139.14121.15170.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 127 (50% from 255) = 29.06%
R=45.54%
G=25.40%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911112700.440.360.22349.094460.78
HexC76F7F02C241615d2c3d
Octal30715717705444265355475
Binary1100011111011111111111010110010010010110101011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F7F; }

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

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

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

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

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

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

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

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