Html Css Color HEX #C7825A Burning Sand

📋 copy color: '#C7825A'

red 199 ◦ green 130 ◦ blue 90

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

Shades of Burning Sand #C7825A

Tints of Burning Sand #C7825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 47.49%
G = 31.03%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7825A (or 0xC7825A) is known color: Burning Sand. HEX triplet: C7, 82 and 5A. RGB value is (199,130,90). Sum of RGB (Red+Green+Blue) = 199+130+90=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7825A is #387DA5. Grayscale: #929292. Windows color (decimal): -3702182 or 5931719. OLE color: 5931719.

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

Color convert

RGB 199 130 90 -
CMYK 0 0.35 0.55 0.22
HSL 22.02º 0.49% 0.57% -
HSV(B) 22.02º 0.55% 0.78% -
XYZ 33.38 28.85 13.48 -
YUV 146.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 199 130 90 0 0.35 0.55 0.22 22.02 0.49 0.57
Hex C7 82 5A 0 23 37 16 16 31 39
Octal 307 202 132 0 43 67 26 26 61 71
Binary 11000111 10000010 1011010 0 100011 110111 10110 10110 110001 111001

Color Harmonies of #C7825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7825A

Black with #C7825A

Text Example


Text Example

White with #C7825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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