Html Css Color HEX #C7806E Burning Sand

📋 copy color: '#C7806E'

red 199 ◦ green 128 ◦ blue 110

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

Shades of Burning Sand #C7806E

Tints of Burning Sand #C7806E

RGB

 RED value IS 199 (78.13% from 255) = 45.54%

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

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 45.54%
G = 29.29%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7806E (or 0xC7806E) is known color: Burning Sand. HEX triplet: C7, 80 and 6E. RGB value is (199,128,110). Sum of RGB (Red+Green+Blue) = 199+128+110=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7806E is #387F91. Grayscale: #939393. Windows color (decimal): -3702674 or 7241927. OLE color: 7241927.

HSL color Cylindrical-coordinate representation of color #C7806E: hue angle of 12.13º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7806E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 110 -
CMYK 0 0.36 0.45 0.22
HSL 12.13º 0.44% 0.61% -
HSV(B) 12.13º 0.45% 0.78% -
XYZ 34.09 28.71 18.5 -
YUV 147.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 199 128 110 0 0.36 0.45 0.22 12.13 0.44 0.61
Hex C7 80 6E 0 24 2D 16 C 2C 3D
Octal 307 200 156 0 44 55 26 14 54 75
Binary 11000111 10000000 1101110 0 100100 101101 10110 1100 101100 111101

Color Harmonies of #C7806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7806E

Black with #C7806E

Text Example


Text Example

White with #C7806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7806E; }

 p { color: rgb(199,128,110); }

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

background-color css

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

 a { background-color: rgb(199,128,110); }

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

border-color css

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

 span { border-color: rgb(199,128,110); }

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