Html Css Color HEX #C48364 Burning Sand

📋 copy color: '#C48364'

red 196 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #C48364

Tints of Burning Sand #C48364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 100 (39.45% from 255) = 23.42%

R = 45.9%
G = 30.68%
B = 23.42%

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

#C48364 (or 0xC48364) is known color: Burning Sand. HEX triplet: C4, 83 and 64. RGB value is (196,131,100). Sum of RGB (Red+Green+Blue) = 196+131+100=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48364 is #3B7C9B. Grayscale: #939393. Windows color (decimal): -3898524 or 6587332. OLE color: 6587332.

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

Color convert

RGB 196 131 100 -
CMYK 0 0.33 0.49 0.23
HSL 19.38º 0.45% 0.58% -
HSV(B) 19.38º 0.49% 0.77% -
XYZ 33.18 28.89 15.88 -
YUV 146.9 101.53 163.02 -
System Red Green Blue C M Y K H S L
Decimal 196 131 100 0 0.33 0.49 0.23 19.38 0.45 0.58
Hex C4 83 64 0 21 31 17 13 2D 3A
Octal 304 203 144 0 41 61 27 23 55 72
Binary 11000100 10000011 1100100 0 100001 110001 10111 10011 101101 111010

Color Harmonies of #C48364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48364

Black with #C48364

Text Example


Text Example

White with #C48364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48364; }

 p { color: rgb(196,131,100); }

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

background-color css

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

 a { background-color: rgb(196,131,100); }

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

border-color css

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

 span { border-color: rgb(196,131,100); }

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