Html Css Color HEX #C48464 Burning Sand

📋 copy color: '#C48464'

red 196 ◦ green 132 ◦ blue 100

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

Shades of Burning Sand #C48464

Tints of Burning Sand #C48464

RGB

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

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

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

R = 45.79%
G = 30.84%
B = 23.36%

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

#C48464 (or 0xC48464) is known color: Burning Sand. HEX triplet: C4, 84 and 64. RGB value is (196,132,100). Sum of RGB (Red+Green+Blue) = 196+132+100=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C48464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48464 is #3B7B9B. Grayscale: #939393. Windows color (decimal): -3898268 or 6587588. OLE color: 6587588.

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

Color convert

RGB 196 132 100 -
CMYK 0 0.33 0.49 0.23
HSL 20º 0.45% 0.58% -
HSV(B) 20º 0.49% 0.77% -
XYZ 33.32 29.16 15.93 -
YUV 147.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 196 132 100 0 0.33 0.49 0.23 20 0.45 0.58
Hex C4 84 64 0 21 31 17 14 2D 3A
Octal 304 204 144 0 41 61 27 24 55 72
Binary 11000100 10000100 1100100 0 100001 110001 10111 10100 101101 111010

Color Harmonies of #C48464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48464

Black with #C48464

Text Example


Text Example

White with #C48464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48464; }

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

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

background-color css

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

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

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

border-color css

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

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

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