Html Css Color HEX #C48466 Burning Sand

📋 copy color: '#C48466'

red 196 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #C48466

Tints of Burning Sand #C48466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 45.58%
G = 30.7%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48466 (or 0xC48466) is known color: Burning Sand. HEX triplet: C4, 84 and 66. RGB value is (196,132,102). Sum of RGB (Red+Green+Blue) = 196+132+102=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48466 is #3B7B99. Grayscale: #939393. Windows color (decimal): -3898266 or 6718660. OLE color: 6718660.

HSL color Cylindrical-coordinate representation of color #C48466: hue angle of 19.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C48466 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 102 -
CMYK 0 0.33 0.48 0.23
HSL 19.15º 0.44% 0.58% -
HSV(B) 19.15º 0.48% 0.77% -
XYZ 33.41 29.2 16.44 -
YUV 147.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 196 132 102 0 0.33 0.48 0.23 19.15 0.44 0.58
Hex C4 84 66 0 21 30 17 13 2C 3A
Octal 304 204 146 0 41 60 27 23 54 72
Binary 11000100 10000100 1100110 0 100001 110000 10111 10011 101100 111010

Color Harmonies of #C48466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48466

Black with #C48466

Text Example


Text Example

White with #C48466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48466; }

 p { color: rgb(196,132,102); }

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

background-color css

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

 a { background-color: rgb(196,132,102); }

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

border-color css

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

 span { border-color: rgb(196,132,102); }

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