Html Css Color HEX #C48365 Burning Sand

📋 copy color: '#C48365'

red 196 ◦ green 131 ◦ blue 101

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

Shades of Burning Sand #C48365

Tints of Burning Sand #C48365

RGB

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

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

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

R = 45.79%
G = 30.61%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48365 (or 0xC48365) is known color: Burning Sand. HEX triplet: C4, 83 and 65. RGB value is (196,131,101). Sum of RGB (Red+Green+Blue) = 196+131+101=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C48365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48365 is #3B7C9A. Grayscale: #939393. Windows color (decimal): -3898523 or 6652868. OLE color: 6652868.

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

Color convert

RGB 196 131 101 -
CMYK 0 0.33 0.48 0.23
HSL 18.95º 0.45% 0.58% -
HSV(B) 18.95º 0.48% 0.77% -
XYZ 33.23 28.91 16.14 -
YUV 147.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 196 131 101 0 0.33 0.48 0.23 18.95 0.45 0.58
Hex C4 83 65 0 21 30 17 13 2D 3A
Octal 304 203 145 0 41 60 27 23 55 72
Binary 11000100 10000011 1100101 0 100001 110000 10111 10011 101101 111010

Color Harmonies of #C48365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48365

Black with #C48365

Text Example


Text Example

White with #C48365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48365; }

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

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

background-color css

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

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

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

border-color css

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

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

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