#C57C66

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

Shades of Burning Sand #C57C66

Tints of Burning Sand #C57C66

Color information

#C57C66 (or 0xC57C66) is unknown color: approx Burning Sand. HEX triplet: C5, 7C and 66. RGB value is (197,124,102). Sum of RGB (Red+Green+Blue) = 197+124+102=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C66 is #3A8399. Grayscale: #8F8F8F. Windows color (decimal): -3834778 or 6716613. OLE color: 6716613.

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

Color convert

RGB197124102-
CMYK00.370.480.23
HSL13.89º45.02%58.63%-
HSV(B)13.89º48.22%77.25%-
XYZ32.6327.2416.11-
YUV143.32104.68166.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=46.57%
G=29.31%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712410200.370.480.2313.8945.0258.63
HexC57C660253017e2d3b
Octal3051741460456027165573
Binary11000101111110011001100100101110000101111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C66; }

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

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

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

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

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

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

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

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