Html Css Color HEX #C48462 Burning Sand

📋 copy color: '#C48462'

red 196 ◦ green 132 ◦ blue 98

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

Shades of Burning Sand #C48462

Tints of Burning Sand #C48462

RGB

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

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

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

R = 46.01%
G = 30.99%
B = 23%

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

#C48462 (or 0xC48462) is known color: Burning Sand. HEX triplet: C4, 84 and 62. RGB value is (196,132,98). Sum of RGB (Red+Green+Blue) = 196+132+98=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C48462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48462 is #3B7B9D. Grayscale: #939393. Windows color (decimal): -3898270 or 6456516. OLE color: 6456516.

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

Color convert

RGB 196 132 98 -
CMYK 0 0.33 0.5 0.23
HSL 20.82º 0.45% 0.58% -
HSV(B) 20.82º 0.5% 0.77% -
XYZ 33.22 29.12 15.43 -
YUV 147.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 196 132 98 0 0.33 0.5 0.23 20.82 0.45 0.58
Hex C4 84 62 0 21 32 17 15 2D 3A
Octal 304 204 142 0 41 62 27 25 55 72
Binary 11000100 10000100 1100010 0 100001 110010 10111 10101 101101 111010

Color Harmonies of #C48462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48462

Black with #C48462

Text Example


Text Example

White with #C48462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48462; }

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

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

background-color css

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

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

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

border-color css

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

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

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