Html Css Color HEX #C5866C Burning Sand

📋 copy color: '#C5866C'

red 197 ◦ green 134 ◦ blue 108

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

Shades of Burning Sand #C5866C

Tints of Burning Sand #C5866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.6%

R = 44.87%
G = 30.52%
B = 24.6%

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

#C5866C (or 0xC5866C) is known color: Burning Sand. HEX triplet: C5, 86 and 6C. RGB value is (197,134,108). Sum of RGB (Red+Green+Blue) = 197+134+108=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5866C is #3A7993. Grayscale: #969696. Windows color (decimal): -3832212 or 7112389. OLE color: 7112389.

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

Color convert

RGB 197 134 108 -
CMYK 0 0.32 0.45 0.23
HSL 17.53º 0.43% 0.6% -
HSV(B) 17.53º 0.45% 0.77% -
XYZ 34.26 30 18.17 -
YUV 149.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 197 134 108 0 0.32 0.45 0.23 17.53 0.43 0.6
Hex C5 86 6C 0 20 2D 17 12 2B 3C
Octal 305 206 154 0 40 55 27 22 53 74
Binary 11000101 10000110 1101100 0 100000 101101 10111 10010 101011 111100

Color Harmonies of #C5866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5866C

Black with #C5866C

Text Example


Text Example

White with #C5866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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