Html Css Color HEX #C49886 Quicksand

📋 copy color: '#C49886'

red 196 ◦ green 152 ◦ blue 134

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

Shades of Quicksand #C49886

Tints of Quicksand #C49886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.54%

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

R = 40.66%
G = 31.54%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C49886 (or 0xC49886) is known color: Quicksand. HEX triplet: C4, 98 and 86. RGB value is (196,152,134). Sum of RGB (Red+Green+Blue) = 196+152+134=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C49886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49886 is #3B6779. Grayscale: #A3A3A3. Windows color (decimal): -3893114 or 8820932. OLE color: 8820932.

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

Color convert

RGB 196 152 134 -
CMYK 0 0.22 0.32 0.23
HSL 17.42º 0.34% 0.65% -
HSV(B) 17.42º 0.32% 0.77% -
XYZ 38.3 35.91 27.47 -
YUV 163.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 196 152 134 0 0.22 0.32 0.23 17.42 0.34 0.65
Hex C4 98 86 0 16 20 17 11 22 41
Octal 304 230 206 0 26 40 27 21 42 101
Binary 11000100 10011000 10000110 0 10110 100000 10111 10001 100010 1000001

Color Harmonies of #C49886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49886

Black with #C49886

Text Example


Text Example

White with #C49886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49886; }

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

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

background-color css

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

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

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

border-color css

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

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

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