#C57C6A

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

Shades of Burning Sand #C57C6A

Tints of Burning Sand #C57C6A

Color information

#C57C6A (or 0xC57C6A) is unknown color: approx Burning Sand. HEX triplet: C5, 7C and 6A. RGB value is (197,124,106). Sum of RGB (Red+Green+Blue) = 197+124+106=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C6A is #3A8395. Grayscale: #8F8F8F. Windows color (decimal): -3834774 or 6978757. OLE color: 6978757.

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

Color convert

RGB197124106-
CMYK00.370.460.23
HSL11.87º43.96%59.41%-
HSV(B)11.87º46.19%77.25%-
XYZ32.8427.3317.18-
YUV143.78106.68165.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=46.14%
G=29.04%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712410600.370.460.2311.8743.9659.41
HexC57C6A0252E17c2c3b
Octal3051741520455627145473
Binary11000101111110011010100100101101110101111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C6A; }

 p { color: rgb(197,124,106); }

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

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

 a { background-color: rgb(197,124,106); }

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

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

 span { border-color: rgb(197,124,106); }

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