Html Css Color HEX #C48263 Burning Sand

📋 copy color: '#C48263'

red 196 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #C48263

Tints of Burning Sand #C48263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

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

R = 46.12%
G = 30.59%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C48263 (or 0xC48263) is known color: Burning Sand. HEX triplet: C4, 82 and 63. RGB value is (196,130,99). Sum of RGB (Red+Green+Blue) = 196+130+99=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48263 is #3B7D9C. Grayscale: #929292. Windows color (decimal): -3898781 or 6521540. OLE color: 6521540.

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

Color convert

RGB 196 130 99 -
CMYK 0 0.34 0.49 0.23
HSL 19.18º 0.45% 0.58% -
HSV(B) 19.18º 0.49% 0.77% -
XYZ 33 28.6 15.59 -
YUV 146.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 196 130 99 0 0.34 0.49 0.23 19.18 0.45 0.58
Hex C4 82 63 0 22 31 17 13 2D 3A
Octal 304 202 143 0 42 61 27 23 55 72
Binary 11000100 10000010 1100011 0 100010 110001 10111 10011 101101 111010

Color Harmonies of #C48263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48263

Black with #C48263

Text Example


Text Example

White with #C48263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48263; }

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

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

background-color css

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

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

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

border-color css

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

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

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