Html Css Color HEX #C6805D Burning Sand

📋 copy color: '#C6805D'

red 198 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #C6805D

Tints of Burning Sand #C6805D

RGB

 RED value IS 198 (77.73% from 255) = 47.26%

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

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 47.26%
G = 30.55%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6805D (or 0xC6805D) is known color: Burning Sand. HEX triplet: C6, 80 and 5D. RGB value is (198,128,93). Sum of RGB (Red+Green+Blue) = 198+128+93=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6805D is #397FA2. Grayscale: #919191. Windows color (decimal): -3768227 or 6127814. OLE color: 6127814.

HSL color Cylindrical-coordinate representation of color #C6805D: hue angle of 20º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6805D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 93 -
CMYK 0 0.35 0.53 0.22
HSL 20º 0.48% 0.57% -
HSV(B) 20º 0.53% 0.78% -
XYZ 32.98 28.23 14.07 -
YUV 144.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 198 128 93 0 0.35 0.53 0.22 20 0.48 0.57
Hex C6 80 5D 0 23 35 16 14 30 39
Octal 306 200 135 0 43 65 26 24 60 71
Binary 11000110 10000000 1011101 0 100011 110101 10110 10100 110000 111001

Color Harmonies of #C6805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6805D

Black with #C6805D

Text Example


Text Example

White with #C6805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6805D; }

 p { color: rgb(198,128,93); }

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

background-color css

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

 a { background-color: rgb(198,128,93); }

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

border-color css

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

 span { border-color: rgb(198,128,93); }

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