Html Css Color HEX #C48660 Burning Sand

📋 copy color: '#C48660'

red 196 ◦ green 134 ◦ blue 96

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

Shades of Burning Sand #C48660

Tints of Burning Sand #C48660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.46%

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

R = 46.01%
G = 31.46%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C48660 (or 0xC48660) is known color: Burning Sand. HEX triplet: C4, 86 and 60. RGB value is (196,134,96). Sum of RGB (Red+Green+Blue) = 196+134+96=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C48660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48660 is #3B799F. Grayscale: #949494. Windows color (decimal): -3897760 or 6325956. OLE color: 6325956.

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

Color convert

RGB 196 134 96 -
CMYK 0 0.32 0.51 0.23
HSL 22.8º 0.46% 0.57% -
HSV(B) 22.8º 0.51% 0.77% -
XYZ 33.4 29.63 15.03 -
YUV 148.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 196 134 96 0 0.32 0.51 0.23 22.8 0.46 0.57
Hex C4 86 60 0 20 33 17 17 2E 39
Octal 304 206 140 0 40 63 27 27 56 71
Binary 11000100 10000110 1100000 0 100000 110011 10111 10111 101110 111001

Color Harmonies of #C48660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48660

Black with #C48660

Text Example


Text Example

White with #C48660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48660; }

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

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

background-color css

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

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

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

border-color css

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

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

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