Html Css Color HEX #C48260 Burning Sand

📋 copy color: '#C48260'

red 196 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #C48260

Tints of Burning Sand #C48260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 46.45%
G = 30.81%
B = 22.75%

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

#C48260 (or 0xC48260) is known color: Burning Sand. HEX triplet: C4, 82 and 60. RGB value is (196,130,96). Sum of RGB (Red+Green+Blue) = 196+130+96=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C48260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48260 is #3B7D9F. Grayscale: #929292. Windows color (decimal): -3898784 or 6324932. OLE color: 6324932.

HSL color Cylindrical-coordinate representation of color #C48260: hue angle of 20.4º 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 #C48260 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 96 -
CMYK 0 0.34 0.51 0.23
HSL 20.4º 0.46% 0.57% -
HSV(B) 20.4º 0.51% 0.77% -
XYZ 32.86 28.55 14.84 -
YUV 145.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 196 130 96 0 0.34 0.51 0.23 20.4 0.46 0.57
Hex C4 82 60 0 22 33 17 14 2E 39
Octal 304 202 140 0 42 63 27 24 56 71
Binary 11000100 10000010 1100000 0 100010 110011 10111 10100 101110 111001

Color Harmonies of #C48260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48260

Black with #C48260

Text Example


Text Example

White with #C48260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48260; }

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

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

background-color css

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

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

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

border-color css

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

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

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