Html Css Color HEX #C5806D Burning Sand

📋 copy color: '#C5806D'

red 197 ◦ green 128 ◦ blue 109

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

Shades of Burning Sand #C5806D

Tints of Burning Sand #C5806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

 BLUE value IS 109 (42.97% from 255) = 25.12%

R = 45.39%
G = 29.49%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5806D (or 0xC5806D) is known color: Burning Sand. HEX triplet: C5, 80 and 6D. RGB value is (197,128,109). Sum of RGB (Red+Green+Blue) = 197+128+109=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5806D is #3A7F92. Grayscale: #929292. Windows color (decimal): -3833747 or 7176389. OLE color: 7176389.

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

Color convert

RGB 197 128 109 -
CMYK 0 0.35 0.45 0.23
HSL 12.95º 0.43% 0.6% -
HSV(B) 12.95º 0.45% 0.77% -
XYZ 33.51 28.41 18.19 -
YUV 146.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 197 128 109 0 0.35 0.45 0.23 12.95 0.43 0.6
Hex C5 80 6D 0 23 2D 17 D 2B 3C
Octal 305 200 155 0 43 55 27 15 53 74
Binary 11000101 10000000 1101101 0 100011 101101 10111 1101 101011 111100

Color Harmonies of #C5806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5806D

Black with #C5806D

Text Example


Text Example

White with #C5806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5806D; }

 p { color: rgb(197,128,109); }

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

background-color css

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

 a { background-color: rgb(197,128,109); }

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

border-color css

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

 span { border-color: rgb(197,128,109); }

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