#C37F80

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

Shades of Charm #C37F80

Tints of Charm #C37F80

Color information

#C37F80 (or 0xC37F80) is unknown color: approx Charm. HEX triplet: C3, 7F and 80. RGB value is (195,127,128). Sum of RGB (Red+Green+Blue) = 195+127+128=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F80 is #3C807F. Grayscale: #939393. Windows color (decimal): -3965056 or 8421315. OLE color: 8421315.

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

Color convert

RGB195127128-
CMYK00.350.340.24
HSL359.12º36.17%63.14%-
HSV(B)359.12º34.87%76.47%-
XYZ33.9928.3424.1-
YUV147.45117.03161.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=43.33%
G=28.22%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512712800.350.340.24359.1236.1763.14
HexC37F800232218167243f
Octal30317720004342305474477
Binary11000011111111110000000010001110001011000101100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F80; }

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

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

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

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

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

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

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

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