#C57F6C

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

Shades of Burning Sand #C57F6C

Tints of Burning Sand #C57F6C

Color information

#C57F6C (or 0xC57F6C) is unknown color: approx Burning Sand. HEX triplet: C5, 7F and 6C. RGB value is (197,127,108). Sum of RGB (Red+Green+Blue) = 197+127+108=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F6C is #3A8093. Grayscale: #919191. Windows color (decimal): -3834004 or 7110597. OLE color: 7110597.

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

Color convert

RGB197127108-
CMYK00.360.450.23
HSL12.81º43.41%59.8%-
HSV(B)12.81º45.18%77.25%-
XYZ33.3228.1317.86-
YUV145.76106.69164.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 108 (42.58% from 255) = 25%
R=45.60%
G=29.40%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712710800.360.450.2312.8143.4159.8
HexC57F6C0242D17d2b3c
Octal3051771540445527155374
Binary11000101111111111011000100100101101101111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F6C; }

 p { color: rgb(197,127,108); }

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

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

 a { background-color: rgb(197,127,108); }

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

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

 span { border-color: rgb(197,127,108); }

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