#C77378

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

Shades of Charm #C77378

Tints of Charm #C77378

Color information

#C77378 (or 0xC77378) is unknown color: approx Charm. HEX triplet: C7, 73 and 78. RGB value is (199,115,120). Sum of RGB (Red+Green+Blue) = 199+115+120=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C77378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77378 is #388C87. Grayscale: #8C8C8C. Windows color (decimal): -3705992 or 7893959. OLE color: 7893959.

HSL color Cylindrical-coordinate representation of color #C77378: hue angle of 356.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77378 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199115120-
CMYK00.420.400.22
HSL356.43º42.86%61.57%-
HSV(B)356.43º42.21%78.04%-
XYZ33.0725.7621-
YUV140.69116.33169.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=45.85%
G=26.50%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911512000.420.400.22356.4342.8661.57
HexC7737802A28161642b3e
Octal30716317005250265445376
Binary1100011111100111111000010101010100010110101100100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77378; }

 p { color: rgb(199,115,120); }

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

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

 a { background-color: rgb(199,115,120); }

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

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

 span { border-color: rgb(199,115,120); }

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