Html Css Color HEX #C48860 Burning Sand

📋 copy color: '#C48860'

red 196 ◦ green 136 ◦ blue 96

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

Shades of Burning Sand #C48860

Tints of Burning Sand #C48860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 45.79%
G = 31.78%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C48860 (or 0xC48860) is known color: Burning Sand. HEX triplet: C4, 88 and 60. RGB value is (196,136,96). Sum of RGB (Red+Green+Blue) = 196+136+96=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C48860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48860 is #3B779F. Grayscale: #959595. Windows color (decimal): -3897248 or 6326468. OLE color: 6326468.

HSL color Cylindrical-coordinate representation of color #C48860: hue angle of 24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48860 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 96 -
CMYK 0 0.31 0.51 0.23
HSL 24º 0.46% 0.57% -
HSV(B) 24º 0.51% 0.77% -
XYZ 33.68 30.19 15.12 -
YUV 149.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 196 136 96 0 0.31 0.51 0.23 24 0.46 0.57
Hex C4 88 60 0 1F 33 17 18 2E 39
Octal 304 210 140 0 37 63 27 30 56 71
Binary 11000100 10001000 1100000 0 11111 110011 10111 11000 101110 111001

Color Harmonies of #C48860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48860

Black with #C48860

Text Example


Text Example

White with #C48860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48860; }

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

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

background-color css

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

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

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

border-color css

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

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

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