Html Css Color HEX #C7806F Burning Sand

📋 copy color: '#C7806F'

red 199 ◦ green 128 ◦ blue 111

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

Shades of Burning Sand #C7806F

Tints of Burning Sand #C7806F

RGB

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

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

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

R = 45.43%
G = 29.22%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7806F (or 0xC7806F) is known color: Burning Sand. HEX triplet: C7, 80 and 6F. RGB value is (199,128,111). Sum of RGB (Red+Green+Blue) = 199+128+111=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7806F is #387F90. Grayscale: #939393. Windows color (decimal): -3702673 or 7307463. OLE color: 7307463.

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

Color convert

RGB 199 128 111 -
CMYK 0 0.36 0.44 0.22
HSL 11.59º 0.44% 0.61% -
HSV(B) 11.59º 0.44% 0.78% -
XYZ 34.14 28.73 18.78 -
YUV 147.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 199 128 111 0 0.36 0.44 0.22 11.59 0.44 0.61
Hex C7 80 6F 0 24 2C 16 C 2C 3D
Octal 307 200 157 0 44 54 26 14 54 75
Binary 11000111 10000000 1101111 0 100100 101100 10110 1100 101100 111101

Color Harmonies of #C7806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7806F

Black with #C7806F

Text Example


Text Example

White with #C7806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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