Html Css Color HEX #C48666 Burning Sand

📋 copy color: '#C48666'

red 196 ◦ green 134 ◦ blue 102

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

Shades of Burning Sand #C48666

Tints of Burning Sand #C48666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 45.37%
G = 31.02%
B = 23.61%

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

#C48666 (or 0xC48666) is known color: Burning Sand. HEX triplet: C4, 86 and 66. RGB value is (196,134,102). Sum of RGB (Red+Green+Blue) = 196+134+102=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C48666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48666 is #3B7999. Grayscale: #959595. Windows color (decimal): -3897754 or 6719172. OLE color: 6719172.

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

Color convert

RGB 196 134 102 -
CMYK 0 0.32 0.48 0.23
HSL 20.43º 0.44% 0.58% -
HSV(B) 20.43º 0.48% 0.77% -
XYZ 33.69 29.75 16.54 -
YUV 148.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 196 134 102 0 0.32 0.48 0.23 20.43 0.44 0.58
Hex C4 86 66 0 20 30 17 14 2C 3A
Octal 304 206 146 0 40 60 27 24 54 72
Binary 11000100 10000110 1100110 0 100000 110000 10111 10100 101100 111010

Color Harmonies of #C48666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48666

Black with #C48666

Text Example


Text Example

White with #C48666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48666; }

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

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

background-color css

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

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

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

border-color css

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

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

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