Html Css Color HEX #C48862 Burning Sand

📋 copy color: '#C48862'

red 196 ◦ green 136 ◦ blue 98

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

Shades of Burning Sand #C48862

Tints of Burning Sand #C48862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

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

R = 45.58%
G = 31.63%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C48862 (or 0xC48862) is known color: Burning Sand. HEX triplet: C4, 88 and 62. RGB value is (196,136,98). Sum of RGB (Red+Green+Blue) = 196+136+98=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48862 is #3B779D. Grayscale: #959595. Windows color (decimal): -3897246 or 6457540. OLE color: 6457540.

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

Color convert

RGB 196 136 98 -
CMYK 0 0.31 0.5 0.23
HSL 23.27º 0.45% 0.58% -
HSV(B) 23.27º 0.5% 0.77% -
XYZ 33.77 30.23 15.61 -
YUV 149.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 196 136 98 0 0.31 0.5 0.23 23.27 0.45 0.58
Hex C4 88 62 0 1F 32 17 17 2D 3A
Octal 304 210 142 0 37 62 27 27 55 72
Binary 11000100 10001000 1100010 0 11111 110010 10111 10111 101101 111010

Color Harmonies of #C48862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48862

Black with #C48862

Text Example


Text Example

White with #C48862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48862; }

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

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

background-color css

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

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

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

border-color css

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

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

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