Html Css Color HEX #C5866F Burning Sand

📋 copy color: '#C5866F'

red 197 ◦ green 134 ◦ blue 111

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

Shades of Burning Sand #C5866F

Tints of Burning Sand #C5866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 44.57%
G = 30.32%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5866F (or 0xC5866F) is known color: Burning Sand. HEX triplet: C5, 86 and 6F. RGB value is (197,134,111). Sum of RGB (Red+Green+Blue) = 197+134+111=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5866F is #3A7990. Grayscale: #969696. Windows color (decimal): -3832209 or 7308997. OLE color: 7308997.

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

Color convert

RGB 197 134 111 -
CMYK 0 0.32 0.44 0.23
HSL 16.05º 0.43% 0.6% -
HSV(B) 16.05º 0.44% 0.77% -
XYZ 34.42 30.07 19.03 -
YUV 150.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 197 134 111 0 0.32 0.44 0.23 16.05 0.43 0.6
Hex C5 86 6F 0 20 2C 17 10 2B 3C
Octal 305 206 157 0 40 54 27 20 53 74
Binary 11000101 10000110 1101111 0 100000 101100 10111 10000 101011 111100

Color Harmonies of #C5866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5866F

Black with #C5866F

Text Example


Text Example

White with #C5866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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