Html Css Color HEX #C5866D Burning Sand

📋 copy color: '#C5866D'

red 197 ◦ green 134 ◦ blue 109

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

Shades of Burning Sand #C5866D

Tints of Burning Sand #C5866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 44.77%
G = 30.45%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5866D (or 0xC5866D) is known color: Burning Sand. HEX triplet: C5, 86 and 6D. RGB value is (197,134,109). Sum of RGB (Red+Green+Blue) = 197+134+109=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5866D is #3A7992. Grayscale: #969696. Windows color (decimal): -3832211 or 7177925. OLE color: 7177925.

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

Color convert

RGB 197 134 109 -
CMYK 0 0.32 0.45 0.23
HSL 17.05º 0.43% 0.6% -
HSV(B) 17.05º 0.45% 0.77% -
XYZ 34.31 30.02 18.45 -
YUV 149.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 197 134 109 0 0.32 0.45 0.23 17.05 0.43 0.6
Hex C5 86 6D 0 20 2D 17 11 2B 3C
Octal 305 206 155 0 40 55 27 21 53 74
Binary 11000101 10000110 1101101 0 100000 101101 10111 10001 101011 111100

Color Harmonies of #C5866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5866D

Black with #C5866D

Text Example


Text Example

White with #C5866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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