Html Css Color HEX #C57C61 Burning Sand

📋 copy color: '#C57C61'

red 197 ◦ green 124 ◦ blue 97

#C57C61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C57C61

Tints of Burning Sand #C57C61

RGB

 RED value IS 197 (77.34% from 255) = 47.13%

 GREEN value IS 124 (48.83% from 255) = 29.67%

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 47.13%
G = 29.67%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C57C61 (or 0xC57C61) is known color: Burning Sand. HEX triplet: C5, 7C and 61. RGB value is (197,124,97). Sum of RGB (Red+Green+Blue) = 197+124+97=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57C61 is #3A839E. Grayscale: #8E8E8E. Windows color (decimal): -3834783 or 6388933. OLE color: 6388933.

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

Color convert

RGB 197 124 97 -
CMYK 0 0.37 0.51 0.23
HSL 16.2º 0.46% 0.58% -
HSV(B) 16.2º 0.51% 0.77% -
XYZ 32.39 27.15 14.84 -
YUV 142.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 197 124 97 0 0.37 0.51 0.23 16.2 0.46 0.58
Hex C5 7C 61 0 25 33 17 10 2E 3A
Octal 305 174 141 0 45 63 27 20 56 72
Binary 11000101 1111100 1100001 0 100101 110011 10111 10000 101110 111010

Color Harmonies of #C57C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C61

Black with #C57C61

Text Example


Text Example

White with #C57C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C61; }

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

 H1.HeaderClassName
 {
   color: #C57C61;
 }
 .AnyTagClassName
 {
   color: #C57C61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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