Html Css Color HEX #C57D5C Burning Sand

📋 copy color: '#C57D5C'

red 197 ◦ green 125 ◦ blue 92

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

Shades of Burning Sand #C57D5C

Tints of Burning Sand #C57D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.19%

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 47.58%
G = 30.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C57D5C (or 0xC57D5C) is known color: Burning Sand. HEX triplet: C5, 7D and 5C. RGB value is (197,125,92). Sum of RGB (Red+Green+Blue) = 197+125+92=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D5C is #3A82A3. Grayscale: #8E8E8E. Windows color (decimal): -3834532 or 6061509. OLE color: 6061509.

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

Color convert

RGB 197 125 92 -
CMYK 0 0.37 0.53 0.23
HSL 18.86º 0.48% 0.57% -
HSV(B) 18.86º 0.53% 0.77% -
XYZ 32.29 27.31 13.69 -
YUV 142.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 197 125 92 0 0.37 0.53 0.23 18.86 0.48 0.57
Hex C5 7D 5C 0 25 35 17 13 30 39
Octal 305 175 134 0 45 65 27 23 60 71
Binary 11000101 1111101 1011100 0 100101 110101 10111 10011 110000 111001

Color Harmonies of #C57D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D5C

Black with #C57D5C

Text Example


Text Example

White with #C57D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D5C; }

 p { color: rgb(197,125,92); }

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

background-color css

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

 a { background-color: rgb(197,125,92); }

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

border-color css

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

 span { border-color: rgb(197,125,92); }

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