Html Css Color HEX #C48261 Burning Sand

📋 copy color: '#C48261'

red 196 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #C48261

Tints of Burning Sand #C48261

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

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

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 46.34%
G = 30.73%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C48261 (or 0xC48261) is known color: Burning Sand. HEX triplet: C4, 82 and 61. RGB value is (196,130,97). Sum of RGB (Red+Green+Blue) = 196+130+97=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48261 is #3B7D9E. Grayscale: #929292. Windows color (decimal): -3898783 or 6390468. OLE color: 6390468.

HSL color Cylindrical-coordinate representation of color #C48261: hue angle of 20º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48261 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 97 -
CMYK 0 0.34 0.51 0.23
HSL 20º 0.46% 0.57% -
HSV(B) 20º 0.51% 0.77% -
XYZ 32.91 28.56 15.09 -
YUV 145.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 196 130 97 0 0.34 0.51 0.23 20 0.46 0.57
Hex C4 82 61 0 22 33 17 14 2E 39
Octal 304 202 141 0 42 63 27 24 56 71
Binary 11000100 10000010 1100001 0 100010 110011 10111 10100 101110 111001

Color Harmonies of #C48261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48261

Black with #C48261

Text Example


Text Example

White with #C48261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48261; }

 p { color: rgb(196,130,97); }

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

background-color css

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

 a { background-color: rgb(196,130,97); }

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

border-color css

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

 span { border-color: rgb(196,130,97); }

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