Html Css Color HEX #C48065 Burning Sand

📋 copy color: '#C48065'

red 196 ◦ green 128 ◦ blue 101

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

Shades of Burning Sand #C48065

Tints of Burning Sand #C48065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 46.12%
G = 30.12%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48065 (or 0xC48065) is known color: Burning Sand. HEX triplet: C4, 80 and 65. RGB value is (196,128,101). Sum of RGB (Red+Green+Blue) = 196+128+101=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48065 is #3B7F9A. Grayscale: #919191. Windows color (decimal): -3899291 or 6652100. OLE color: 6652100.

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

Color convert

RGB 196 128 101 -
CMYK 0 0.35 0.48 0.23
HSL 17.05º 0.45% 0.58% -
HSV(B) 17.05º 0.48% 0.77% -
XYZ 32.83 28.11 16.01 -
YUV 145.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 196 128 101 0 0.35 0.48 0.23 17.05 0.45 0.58
Hex C4 80 65 0 23 30 17 11 2D 3A
Octal 304 200 145 0 43 60 27 21 55 72
Binary 11000100 10000000 1100101 0 100011 110000 10111 10001 101101 111010

Color Harmonies of #C48065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48065

Black with #C48065

Text Example


Text Example

White with #C48065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48065; }

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

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

background-color css

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

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

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

border-color css

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

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

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