Html Css Color HEX #C48562 Burning Sand

📋 copy color: '#C48562'

red 196 ◦ green 133 ◦ blue 98

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

Shades of Burning Sand #C48562

Tints of Burning Sand #C48562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 45.9%
G = 31.15%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C48562 (or 0xC48562) is known color: Burning Sand. HEX triplet: C4, 85 and 62. RGB value is (196,133,98). Sum of RGB (Red+Green+Blue) = 196+133+98=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48562 is #3B7A9D. Grayscale: #949494. Windows color (decimal): -3898014 or 6456772. OLE color: 6456772.

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

Color convert

RGB 196 133 98 -
CMYK 0 0.32 0.5 0.23
HSL 21.43º 0.45% 0.58% -
HSV(B) 21.43º 0.5% 0.77% -
XYZ 33.36 29.39 15.47 -
YUV 147.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 196 133 98 0 0.32 0.5 0.23 21.43 0.45 0.58
Hex C4 85 62 0 20 32 17 15 2D 3A
Octal 304 205 142 0 40 62 27 25 55 72
Binary 11000100 10000101 1100010 0 100000 110010 10111 10101 101101 111010

Color Harmonies of #C48562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48562

Black with #C48562

Text Example


Text Example

White with #C48562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48562; }

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

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

background-color css

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

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

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

border-color css

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

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

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