Html Css Color HEX #C48463 Burning Sand

📋 copy color: '#C48463'

red 196 ◦ green 132 ◦ blue 99

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

Shades of Burning Sand #C48463

Tints of Burning Sand #C48463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.19%

R = 45.9%
G = 30.91%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C48463 (or 0xC48463) is known color: Burning Sand. HEX triplet: C4, 84 and 63. RGB value is (196,132,99). Sum of RGB (Red+Green+Blue) = 196+132+99=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48463 is #3B7B9C. Grayscale: #939393. Windows color (decimal): -3898269 or 6522052. OLE color: 6522052.

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

Color convert

RGB 196 132 99 -
CMYK 0 0.33 0.49 0.23
HSL 20.41º 0.45% 0.58% -
HSV(B) 20.41º 0.49% 0.77% -
XYZ 33.27 29.14 15.68 -
YUV 147.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 196 132 99 0 0.33 0.49 0.23 20.41 0.45 0.58
Hex C4 84 63 0 21 31 17 14 2D 3A
Octal 304 204 143 0 41 61 27 24 55 72
Binary 11000100 10000100 1100011 0 100001 110001 10111 10100 101101 111010

Color Harmonies of #C48463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48463

Black with #C48463

Text Example


Text Example

White with #C48463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48463; }

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

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

background-color css

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

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

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

border-color css

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

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

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