Html Css Color HEX #C48362 Burning Sand

📋 copy color: '#C48362'

red 196 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #C48362

Tints of Burning Sand #C48362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.06%

R = 46.12%
G = 30.82%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C48362 (or 0xC48362) is known color: Burning Sand. HEX triplet: C4, 83 and 62. RGB value is (196,131,98). Sum of RGB (Red+Green+Blue) = 196+131+98=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48362 is #3B7C9D. Grayscale: #929292. Windows color (decimal): -3898526 or 6456260. OLE color: 6456260.

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

Color convert

RGB 196 131 98 -
CMYK 0 0.33 0.5 0.23
HSL 20.2º 0.45% 0.58% -
HSV(B) 20.2º 0.5% 0.77% -
XYZ 33.09 28.85 15.38 -
YUV 146.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 196 131 98 0 0.33 0.5 0.23 20.2 0.45 0.58
Hex C4 83 62 0 21 32 17 14 2D 3A
Octal 304 203 142 0 41 62 27 24 55 72
Binary 11000100 10000011 1100010 0 100001 110010 10111 10100 101101 111010

Color Harmonies of #C48362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48362

Black with #C48362

Text Example


Text Example

White with #C48362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48362; }

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

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

background-color css

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

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

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

border-color css

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

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

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