Html Css Color HEX #C7805C Burning Sand

📋 copy color: '#C7805C'

red 199 ◦ green 128 ◦ blue 92

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

Shades of Burning Sand #C7805C

Tints of Burning Sand #C7805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 47.49%
G = 30.55%
B = 21.96%

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

#C7805C (or 0xC7805C) is known color: Burning Sand. HEX triplet: C7, 80 and 5C. RGB value is (199,128,92). Sum of RGB (Red+Green+Blue) = 199+128+92=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7805C is #387FA3. Grayscale: #919191. Windows color (decimal): -3702692 or 6062279. OLE color: 6062279.

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

Color convert

RGB 199 128 92 -
CMYK 0 0.36 0.54 0.22
HSL 20.19º 0.49% 0.57% -
HSV(B) 20.19º 0.54% 0.78% -
XYZ 33.2 28.35 13.85 -
YUV 145.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 199 128 92 0 0.36 0.54 0.22 20.19 0.49 0.57
Hex C7 80 5C 0 24 36 16 14 31 39
Octal 307 200 134 0 44 66 26 24 61 71
Binary 11000111 10000000 1011100 0 100100 110110 10110 10100 110001 111001

Color Harmonies of #C7805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7805C

Black with #C7805C

Text Example


Text Example

White with #C7805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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