#C7805A

Color #C7805A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C7805A

Tints of Burning Sand #C7805A

Color information

#C7805A (or 0xC7805A) is unknown color: approx 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

RGB19912890-
CMYK00.360.550.22
HSL20.92º49.32%56.67%-
HSV(B)20.92º54.77%78.04%-
XYZ33.1228.3213.39-
YUV144.997.02166.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=47.72%
G=30.70%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991289000.360.550.2220.9249.3256.67
HexC7805A0243716153139
Octal3072001320446726256171
Binary1100011110000000101101001001001101111011010101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>