#C37D80

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

Shades of Charm #C37D80

Tints of Charm #C37D80

Color information

#C37D80 (or 0xC37D80) is unknown color: approx Charm. HEX triplet: C3, 7D and 80. RGB value is (195,125,128). Sum of RGB (Red+Green+Blue) = 195+125+128=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37D80 is #3C827F. Grayscale: #929292. Windows color (decimal): -3965568 or 8420803. OLE color: 8420803.

HSL color Cylindrical-coordinate representation of color #C37D80: hue angle of 357.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37D80 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB195125128-
CMYK00.360.340.24
HSL357.43º36.84%62.75%-
HSV(B)357.43º35.9%76.47%-
XYZ33.7427.8324.02-
YUV146.27117.69162.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=43.53%
G=27.90%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512512800.360.340.24357.4336.8462.75
HexC37D800242218165253f
Octal30317520004442305454577
Binary11000011111110110000000010010010001011000101100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D80; }

 p { color: rgb(195,125,128); }

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

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

 a { background-color: rgb(195,125,128); }

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

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

 span { border-color: rgb(195,125,128); }

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