#C37F6D

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

Shades of Burning Sand #C37F6D

Tints of Burning Sand #C37F6D

Color information

#C37F6D (or 0xC37F6D) is unknown color: approx Burning Sand. HEX triplet: C3, 7F and 6D. RGB value is (195,127,109). Sum of RGB (Red+Green+Blue) = 195+127+109=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F6D is #3C8092. Grayscale: #919191. Windows color (decimal): -3965075 or 7176131. OLE color: 7176131.

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

Color convert

RGB195127109-
CMYK00.350.440.24
HSL12.56º41.75%59.61%-
HSV(B)12.56º44.1%76.47%-
XYZ32.8627.8818.12-
YUV145.28107.53163.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=45.24%
G=29.47%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512710900.350.440.2412.5641.7559.61
HexC37F6D0232C18d2a3c
Octal3031771550435430155274
Binary11000011111111111011010100011101100110001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F6D; }

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

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

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

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

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

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

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

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