Html Css Color HEX #C48063 Burning Sand

📋 copy color: '#C48063'

red 196 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #C48063

Tints of Burning Sand #C48063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.26%

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 46.34%
G = 30.26%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C48063 (or 0xC48063) is known color: Burning Sand. HEX triplet: C4, 80 and 63. RGB value is (196,128,99). Sum of RGB (Red+Green+Blue) = 196+128+99=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48063 is #3B7F9C. Grayscale: #919191. Windows color (decimal): -3899293 or 6521028. OLE color: 6521028.

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

Color convert

RGB 196 128 99 -
CMYK 0 0.35 0.49 0.23
HSL 17.94º 0.45% 0.58% -
HSV(B) 17.94º 0.49% 0.77% -
XYZ 32.74 28.07 15.5 -
YUV 145.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 196 128 99 0 0.35 0.49 0.23 17.94 0.45 0.58
Hex C4 80 63 0 23 31 17 12 2D 3A
Octal 304 200 143 0 43 61 27 22 55 72
Binary 11000100 10000000 1100011 0 100011 110001 10111 10010 101101 111010

Color Harmonies of #C48063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48063

Black with #C48063

Text Example


Text Example

White with #C48063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48063; }

 p { color: rgb(196,128,99); }

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

background-color css

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

 a { background-color: rgb(196,128,99); }

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

border-color css

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

 span { border-color: rgb(196,128,99); }

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