Html Css Color HEX #C7805D Burning Sand

📋 copy color: '#C7805D'

red 199 ◦ green 128 ◦ blue 93

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

Shades of Burning Sand #C7805D

Tints of Burning Sand #C7805D

RGB

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

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

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

R = 47.38%
G = 30.48%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7805D (or 0xC7805D) is known color: Burning Sand. HEX triplet: C7, 80 and 5D. RGB value is (199,128,93). Sum of RGB (Red+Green+Blue) = 199+128+93=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7805D is #387FA2. Grayscale: #919191. Windows color (decimal): -3702691 or 6127815. OLE color: 6127815.

HSL color Cylindrical-coordinate representation of color #C7805D: hue angle of 19.81º degrees, saturation: 0.49, 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 #C7805D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 93 -
CMYK 0 0.36 0.53 0.22
HSL 19.81º 0.49% 0.57% -
HSV(B) 19.81º 0.53% 0.78% -
XYZ 33.25 28.37 14.08 -
YUV 145.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 199 128 93 0 0.36 0.53 0.22 19.81 0.49 0.57
Hex C7 80 5D 0 24 35 16 14 31 39
Octal 307 200 135 0 44 65 26 24 61 71
Binary 11000111 10000000 1011101 0 100100 110101 10110 10100 110001 111001

Color Harmonies of #C7805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7805D

Black with #C7805D

Text Example


Text Example

White with #C7805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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