#C57C69

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

Shades of Burning Sand #C57C69

Tints of Burning Sand #C57C69

Color information

#C57C69 (or 0xC57C69) is unknown color: approx Burning Sand. HEX triplet: C5, 7C and 69. RGB value is (197,124,105). Sum of RGB (Red+Green+Blue) = 197+124+105=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C69 is #3A8396. Grayscale: #8F8F8F. Windows color (decimal): -3834775 or 6913221. OLE color: 6913221.

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

Color convert

RGB197124105-
CMYK00.370.470.23
HSL12.39º44.23%59.22%-
HSV(B)12.39º46.7%77.25%-
XYZ32.7827.3116.91-
YUV143.66106.18166.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=46.24%
G=29.11%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712410500.370.470.2312.3944.2359.22
HexC57C690252F17c2c3b
Octal3051741510455727145473
Binary11000101111110011010010100101101111101111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C69; }

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

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

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

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

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

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

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

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