Html Css Color HEX #C48665 Burning Sand

📋 copy color: '#C48665'

red 196 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #C48665

Tints of Burning Sand #C48665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 45.48%
G = 31.09%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C48665 (or 0xC48665) is known color: Burning Sand. HEX triplet: C4, 86 and 65. RGB value is (196,134,101). Sum of RGB (Red+Green+Blue) = 196+134+101=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48665 is #3B799A. Grayscale: #949494. Windows color (decimal): -3897755 or 6653636. OLE color: 6653636.

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

Color convert

RGB 196 134 101 -
CMYK 0 0.32 0.48 0.23
HSL 20.84º 0.45% 0.58% -
HSV(B) 20.84º 0.48% 0.77% -
XYZ 33.64 29.73 16.28 -
YUV 148.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 196 134 101 0 0.32 0.48 0.23 20.84 0.45 0.58
Hex C4 86 65 0 20 30 17 15 2D 3A
Octal 304 206 145 0 40 60 27 25 55 72
Binary 11000100 10000110 1100101 0 100000 110000 10111 10101 101101 111010

Color Harmonies of #C48665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48665

Black with #C48665

Text Example


Text Example

White with #C48665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48665; }

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

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

background-color css

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

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

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

border-color css

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

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

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