Html Css Color HEX #C7826F Burning Sand

📋 copy color: '#C7826F'

red 199 ◦ green 130 ◦ blue 111

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

Shades of Burning Sand #C7826F

Tints of Burning Sand #C7826F

RGB

 RED value IS 199 (78.13% 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 value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7826F (or 0xC7826F) is known color: 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

RGB 199 130 111 -
CMYK 0 0.35 0.44 0.22
HSL 12.95º 0.44% 0.61% -
HSV(B) 12.95º 0.44% 0.78% -
XYZ 34.41 29.26 18.87 -
YUV 148.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 199 130 111 0 0.35 0.44 0.22 12.95 0.44 0.61
Hex C7 82 6F 0 23 2C 16 D 2C 3D
Octal 307 202 157 0 43 54 26 15 54 75
Binary 11000111 10000010 1101111 0 100011 101100 10110 1101 101100 111101

Color Harmonies of #C7826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7826F

Black with #C7826F

Text Example


Text Example

White with #C7826F

Text Example


Text Example

HTML Codes & Css Web 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>