#C37F60

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

Shades of Burning Sand #C37F60

Tints of Burning Sand #C37F60

Color information

#C37F60 (or 0xC37F60) is unknown color: approx Burning Sand. HEX triplet: C3, 7F and 60. RGB value is (195,127,96). Sum of RGB (Red+Green+Blue) = 195+127+96=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F60 is #3C809F. Grayscale: #8F8F8F. Windows color (decimal): -3965088 or 6324163. OLE color: 6324163.

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

Color convert

RGB19512796-
CMYK00.350.510.24
HSL18.79º45.21%57.06%-
HSV(B)18.79º50.77%76.47%-
XYZ32.2127.6314.7-
YUV143.8101.03164.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.65%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=46.65%
G=30.38%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951279600.350.510.2418.7945.2157.06
HexC37F600233318132d39
Octal3031771400436330235571
Binary110000111111111110000001000111100111100010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F60; }

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

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

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

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

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

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

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

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