Html Css Color HEX #C57D65 Burning Sand

📋 copy color: '#C57D65'

red 197 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #C57D65

Tints of Burning Sand #C57D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 46.57%
G = 29.55%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C57D65 (or 0xC57D65) is known color: Burning Sand. HEX triplet: C5, 7D and 65. RGB value is (197,125,101). Sum of RGB (Red+Green+Blue) = 197+125+101=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D65 is #3A829A. Grayscale: #8F8F8F. Windows color (decimal): -3834523 or 6651333. OLE color: 6651333.

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

Color convert

RGB 197 125 101 -
CMYK 0 0.37 0.49 0.23
HSL 15º 0.45% 0.58% -
HSV(B) 15º 0.49% 0.77% -
XYZ 32.71 27.48 15.89 -
YUV 143.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 197 125 101 0 0.37 0.49 0.23 15 0.45 0.58
Hex C5 7D 65 0 25 31 17 F 2D 3A
Octal 305 175 145 0 45 61 27 17 55 72
Binary 11000101 1111101 1100101 0 100101 110001 10111 1111 101101 111010

Color Harmonies of #C57D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D65

Black with #C57D65

Text Example


Text Example

White with #C57D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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