Html Css Color HEX #C49286 Quicksand

📋 copy color: '#C49286'

red 196 ◦ green 146 ◦ blue 134

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

Shades of Quicksand #C49286

Tints of Quicksand #C49286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 41.18%
G = 30.67%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C49286 (or 0xC49286) is known color: Quicksand. HEX triplet: C4, 92 and 86. RGB value is (196,146,134). Sum of RGB (Red+Green+Blue) = 196+146+134=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49286 is #3B6D79. Grayscale: #9F9F9F. Windows color (decimal): -3894650 or 8819396. OLE color: 8819396.

HSL color Cylindrical-coordinate representation of color #C49286: hue angle of 11.61º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49286 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 146 134 -
CMYK 0 0.26 0.32 0.23
HSL 11.61º 0.34% 0.65% -
HSV(B) 11.61º 0.32% 0.77% -
XYZ 37.35 34.01 27.15 -
YUV 159.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 196 146 134 0 0.26 0.32 0.23 11.61 0.34 0.65
Hex C4 92 86 0 1A 20 17 C 22 41
Octal 304 222 206 0 32 40 27 14 42 101
Binary 11000100 10010010 10000110 0 11010 100000 10111 1100 100010 1000001

Color Harmonies of #C49286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49286

Black with #C49286

Text Example


Text Example

White with #C49286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49286; }

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

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

background-color css

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

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

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

border-color css

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

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

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