#C7826F

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

Shades of Burning Sand #C7826F

Tints of Burning Sand #C7826F

Color information

#C7826F (or 0xC7826F) is unknown color: approx Burning Sand. HEX triplet: C7, 82 and 6F. RGB value is (199,130,111). Sum of RGB (Red+Green+Blue) = 199+130+111=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7826F is #387D90. Grayscale: #949494. Windows color (decimal): -3702161 or 7307975. OLE color: 7307975.

HSL color Cylindrical-coordinate representation of color #C7826F: hue angle of 12.95º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7826F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199130111-
CMYK00.350.440.22
HSL12.95º44%60.78%-
HSV(B)12.95º44.22%78.04%-
XYZ34.4129.2618.87-
YUV148.46106.86164.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=45.23%
G=29.55%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913011100.350.440.2212.954460.78
HexC7826F0232C16d2c3d
Octal3072021570435426155475
Binary110001111000001011011110100011101100101101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7826F; }

 p { color: rgb(199,130,111); }

 H1.HeaderClassName
 {
   color: #C7826F;
 }
 .AnyTagClassName
 {
   color: #C7826F;
 }
</style>
background-color css

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

 a { background-color: rgb(199,130,111); }

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

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

 span { border-color: rgb(199,130,111); }

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