Html Css Color HEX #C48360 Burning Sand

📋 copy color: '#C48360'

red 196 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C48360

Tints of Burning Sand #C48360

RGB

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

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

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

R = 46.34%
G = 30.97%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C48360 (or 0xC48360) is known color: Burning Sand. HEX triplet: C4, 83 and 60. RGB value is (196,131,96). Sum of RGB (Red+Green+Blue) = 196+131+96=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48360 is #3B7C9F. Grayscale: #929292. Windows color (decimal): -3898528 or 6325188. OLE color: 6325188.

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

Color convert

RGB 196 131 96 -
CMYK 0 0.33 0.51 0.23
HSL 21º 0.46% 0.57% -
HSV(B) 21º 0.51% 0.77% -
XYZ 32.99 28.81 14.89 -
YUV 146.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 196 131 96 0 0.33 0.51 0.23 21 0.46 0.57
Hex C4 83 60 0 21 33 17 15 2E 39
Octal 304 203 140 0 41 63 27 25 56 71
Binary 11000100 10000011 1100000 0 100001 110011 10111 10101 101110 111001

Color Harmonies of #C48360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48360

Black with #C48360

Text Example


Text Example

White with #C48360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48360; }

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

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

background-color css

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

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

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

border-color css

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

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

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