Html Css Color HEX #C57D58 Burning Sand

📋 copy color: '#C57D58'

red 197 ◦ green 125 ◦ blue 88

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

Shades of Burning Sand #C57D58

Tints of Burning Sand #C57D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 48.05%
G = 30.49%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C57D58 (or 0xC57D58) is known color: Burning Sand. HEX triplet: C5, 7D and 58. RGB value is (197,125,88). Sum of RGB (Red+Green+Blue) = 197+125+88=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D58 is #3A82A7. Grayscale: #8E8E8E. Windows color (decimal): -3834536 or 5799365. OLE color: 5799365.

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

Color convert

RGB 197 125 88 -
CMYK 0 0.37 0.55 0.23
HSL 20.37º 0.48% 0.56% -
HSV(B) 20.37º 0.55% 0.77% -
XYZ 32.12 27.24 12.8 -
YUV 142.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 197 125 88 0 0.37 0.55 0.23 20.37 0.48 0.56
Hex C5 7D 58 0 25 37 17 14 30 38
Octal 305 175 130 0 45 67 27 24 60 70
Binary 11000101 1111101 1011000 0 100101 110111 10111 10100 110000 111000

Color Harmonies of #C57D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D58

Black with #C57D58

Text Example


Text Example

White with #C57D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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