Html Css Color HEX #C7805A Burning Sand

📋 copy color: '#C7805A'

red 199 ◦ green 128 ◦ blue 90

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

Shades of Burning Sand #C7805A

Tints of Burning Sand #C7805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 47.72%
G = 30.7%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7805A (or 0xC7805A) is known color: Burning Sand. HEX triplet: C7, 80 and 5A. RGB value is (199,128,90). Sum of RGB (Red+Green+Blue) = 199+128+90=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7805A is #387FA5. Grayscale: #919191. Windows color (decimal): -3702694 or 5931207. OLE color: 5931207.

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

Color convert

RGB 199 128 90 -
CMYK 0 0.36 0.55 0.22
HSL 20.92º 0.49% 0.57% -
HSV(B) 20.92º 0.55% 0.78% -
XYZ 33.12 28.32 13.39 -
YUV 144.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 199 128 90 0 0.36 0.55 0.22 20.92 0.49 0.57
Hex C7 80 5A 0 24 37 16 15 31 39
Octal 307 200 132 0 44 67 26 25 61 71
Binary 11000111 10000000 1011010 0 100100 110111 10110 10101 110001 111001

Color Harmonies of #C7805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7805A

Black with #C7805A

Text Example


Text Example

White with #C7805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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