#C37F85

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

Shades of Charm #C37F85

Tints of Charm #C37F85

Color information

#C37F85 (or 0xC37F85) is unknown color: approx Charm. HEX triplet: C3, 7F and 85. RGB value is (195,127,133). Sum of RGB (Red+Green+Blue) = 195+127+133=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F85 is #3C807A. Grayscale: #949494. Windows color (decimal): -3965051 or 8748995. OLE color: 8748995.

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

Color convert

RGB195127133-
CMYK00.350.320.24
HSL354.71º36.17%63.14%-
HSV(B)354.71º34.87%76.47%-
XYZ34.3328.4725.88-
YUV148.02119.53161.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=42.86%
G=27.91%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512713300.350.320.24354.7136.1763.14
HexC37F850232018163243f
Octal30317720504340305434477
Binary11000011111111110000101010001110000011000101100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F85; }

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

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

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

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

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

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

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

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