#C77385

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

Shades of Charm #C77385

Tints of Charm #C77385

Color information

#C77385 (or 0xC77385) is unknown color: approx Charm. HEX triplet: C7, 73 and 85. RGB value is (199,115,133). Sum of RGB (Red+Green+Blue) = 199+115+133=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C77385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77385 is #388C7A. Grayscale: #8E8E8E. Windows color (decimal): -3705979 or 8745927. OLE color: 8745927.

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

Color convert

RGB199115133-
CMYK00.420.330.22
HSL347.14º42.86%61.57%-
HSV(B)347.14º42.21%78.04%-
XYZ33.9226.125.44-
YUV142.17122.83168.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=44.52%
G=25.73%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911513300.420.330.22347.1442.8661.57
HexC7738502A211615b2b3e
Octal30716320505241265335376
Binary11000111111001110000101010101010000110110101011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77385; }

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

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

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

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

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

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

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

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