Html Css Color HEX #C48258 Burning Sand

📋 copy color: '#C48258'

red 196 ◦ green 130 ◦ blue 88

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

Shades of Burning Sand #C48258

Tints of Burning Sand #C48258

RGB

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

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

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

R = 47.34%
G = 31.4%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C48258 (or 0xC48258) is known color: Burning Sand. HEX triplet: C4, 82 and 58. RGB value is (196,130,88). Sum of RGB (Red+Green+Blue) = 196+130+88=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C48258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48258 is #3B7DA7. Grayscale: #919191. Windows color (decimal): -3898792 or 5800644. OLE color: 5800644.

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

Color convert

RGB 196 130 88 -
CMYK 0 0.34 0.55 0.23
HSL 23.33º 0.48% 0.56% -
HSV(B) 23.33º 0.55% 0.77% -
XYZ 32.51 28.41 13 -
YUV 144.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 196 130 88 0 0.34 0.55 0.23 23.33 0.48 0.56
Hex C4 82 58 0 22 37 17 17 30 38
Octal 304 202 130 0 42 67 27 27 60 70
Binary 11000100 10000010 1011000 0 100010 110111 10111 10111 110000 111000

Color Harmonies of #C48258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48258

Black with #C48258

Text Example


Text Example

White with #C48258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48258; }

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

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

background-color css

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

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

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

border-color css

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

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

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