#C77381

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

Shades of Charm #C77381

Tints of Charm #C77381

Color information

#C77381 (or 0xC77381) is unknown color: approx Charm. HEX triplet: C7, 73 and 81. RGB value is (199,115,129). Sum of RGB (Red+Green+Blue) = 199+115+129=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C77381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77381 is #388C7E. Grayscale: #8D8D8D. Windows color (decimal): -3705983 or 8483783. OLE color: 8483783.

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

Color convert

RGB199115129-
CMYK00.420.350.22
HSL350º42.86%61.57%-
HSV(B)350º42.21%78.04%-
XYZ33.6525.9924.01-
YUV141.71120.83168.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=44.92%
G=25.96%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911512900.420.350.2235042.8661.57
HexC7738102A231615e2b3e
Octal30716320105243265365376
Binary11000111111001110000001010101010001110110101011110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77381; }

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

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

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

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

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

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

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

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