#C57B64

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

Shades of Burning Sand #C57B64

Tints of Burning Sand #C57B64

Color information

#C57B64 (or 0xC57B64) is unknown color: approx Burning Sand. HEX triplet: C5, 7B and 64. RGB value is (197,123,100). Sum of RGB (Red+Green+Blue) = 197+123+100=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B64 is #3A849B. Grayscale: #8E8E8E. Windows color (decimal): -3835036 or 6585285. OLE color: 6585285.

HSL color Cylindrical-coordinate representation of color #C57B64: hue angle of 14.23º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57B64 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB197123100-
CMYK00.380.490.23
HSL14.23º45.54%58.24%-
HSV(B)14.23º49.24%77.25%-
XYZ32.4126.9615.55-
YUV142.5104.02166.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=46.90%
G=29.29%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712310000.380.490.2314.2345.5458.24
HexC57B640263117e2e3a
Octal3051731440466127165672
Binary11000101111101111001000100110110001101111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57B64; }

 p { color: rgb(197,123,100); }

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

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

 a { background-color: rgb(197,123,100); }

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

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

 span { border-color: rgb(197,123,100); }

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