Html Css Color HEX #C57F65 Burning Sand

📋 copy color: '#C57F65'

red 197 ◦ green 127 ◦ blue 101

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

Shades of Burning Sand #C57F65

Tints of Burning Sand #C57F65

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

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

R = 46.35%
G = 29.88%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C57F65 (or 0xC57F65) is known color: Burning Sand. HEX triplet: C5, 7F and 65. RGB value is (197,127,101). Sum of RGB (Red+Green+Blue) = 197+127+101=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F65 is #3A809A. Grayscale: #919191. Windows color (decimal): -3834011 or 6651845. OLE color: 6651845.

HSL color Cylindrical-coordinate representation of color #C57F65: hue angle of 16.25º 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 #C57F65 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 101 -
CMYK 0 0.36 0.49 0.23
HSL 16.25º 0.45% 0.58% -
HSV(B) 16.25º 0.49% 0.77% -
XYZ 32.96 27.99 15.98 -
YUV 144.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 197 127 101 0 0.36 0.49 0.23 16.25 0.45 0.58
Hex C5 7F 65 0 24 31 17 10 2D 3A
Octal 305 177 145 0 44 61 27 20 55 72
Binary 11000101 1111111 1100101 0 100100 110001 10111 10000 101101 111010

Color Harmonies of #C57F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F65

Black with #C57F65

Text Example


Text Example

White with #C57F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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