#C37A64

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

Shades of Burning Sand #C37A64

Tints of Burning Sand #C37A64

Color information

#C37A64 (or 0xC37A64) is unknown color: approx Burning Sand. HEX triplet: C3, 7A and 64. RGB value is (195,122,100). Sum of RGB (Red+Green+Blue) = 195+122+100=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A64 is #3C859B. Grayscale: #8D8D8D. Windows color (decimal): -3966364 or 6585027. OLE color: 6585027.

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

Color convert

RGB195122100-
CMYK00.370.490.24
HSL13.89º44.19%57.84%-
HSV(B)13.89º48.72%76.47%-
XYZ31.7726.4415.49-
YUV141.32104.68166.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=46.76%
G=29.26%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512210000.370.490.2413.8944.1957.84
HexC37A640253118e2c3a
Octal3031721440456130165472
Binary11000011111101011001000100101110001110001110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A64; }

 p { color: rgb(195,122,100); }

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

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

 a { background-color: rgb(195,122,100); }

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

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

 span { border-color: rgb(195,122,100); }

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