Html Css Color HEX #C48358 Burning Sand

📋 copy color: '#C48358'

red 196 ◦ green 131 ◦ blue 88

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

Shades of Burning Sand #C48358

Tints of Burning Sand #C48358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 88 (34.77% from 255) = 21.2%

R = 47.23%
G = 31.57%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C48358 (or 0xC48358) is known color: Burning Sand. HEX triplet: C4, 83 and 58. RGB value is (196,131,88). Sum of RGB (Red+Green+Blue) = 196+131+88=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48358 is #3B7CA7. Grayscale: #919191. Windows color (decimal): -3898536 or 5800900. OLE color: 5800900.

HSL color Cylindrical-coordinate representation of color #C48358: hue angle of 23.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C48358 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 88 -
CMYK 0 0.33 0.55 0.23
HSL 23.89º 0.48% 0.56% -
HSV(B) 23.89º 0.55% 0.77% -
XYZ 32.64 28.67 13.05 -
YUV 145.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 196 131 88 0 0.33 0.55 0.23 23.89 0.48 0.56
Hex C4 83 58 0 21 37 17 18 30 38
Octal 304 203 130 0 41 67 27 30 60 70
Binary 11000100 10000011 1011000 0 100001 110111 10111 11000 110000 111000

Color Harmonies of #C48358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48358

Black with #C48358

Text Example


Text Example

White with #C48358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48358; }

 p { color: rgb(196,131,88); }

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

background-color css

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

 a { background-color: rgb(196,131,88); }

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

border-color css

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

 span { border-color: rgb(196,131,88); }

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