Html Css Color HEX #C7805B Burning Sand

📋 copy color: '#C7805B'

red 199 ◦ green 128 ◦ blue 91

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

Shades of Burning Sand #C7805B

Tints of Burning Sand #C7805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 47.61%
G = 30.62%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7805B (or 0xC7805B) is known color: Burning Sand. HEX triplet: C7, 80 and 5B. RGB value is (199,128,91). Sum of RGB (Red+Green+Blue) = 199+128+91=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7805B is #387FA4. Grayscale: #919191. Windows color (decimal): -3702693 or 5996743. OLE color: 5996743.

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

Color convert

RGB 199 128 91 -
CMYK 0 0.36 0.54 0.22
HSL 20.56º 0.49% 0.57% -
HSV(B) 20.56º 0.54% 0.78% -
XYZ 33.16 28.34 13.62 -
YUV 145.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 199 128 91 0 0.36 0.54 0.22 20.56 0.49 0.57
Hex C7 80 5B 0 24 36 16 15 31 39
Octal 307 200 133 0 44 66 26 25 61 71
Binary 11000111 10000000 1011011 0 100100 110110 10110 10101 110001 111001

Color Harmonies of #C7805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7805B

Black with #C7805B

Text Example


Text Example

White with #C7805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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