Html Css Color HEX #C49685 Quicksand

📋 copy color: '#C49685'

red 196 ◦ green 150 ◦ blue 133

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

Shades of Quicksand #C49685

Tints of Quicksand #C49685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.32%

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 40.92%
G = 31.32%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C49685 (or 0xC49685) is known color: Quicksand. HEX triplet: C4, 96 and 85. RGB value is (196,150,133). Sum of RGB (Red+Green+Blue) = 196+150+133=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49685 is #3B697A. Grayscale: #A1A1A1. Windows color (decimal): -3893627 or 8754884. OLE color: 8754884.

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

Color convert

RGB 196 150 133 -
CMYK 0 0.23 0.32 0.23
HSL 16.19º 0.35% 0.65% -
HSV(B) 16.19º 0.32% 0.77% -
XYZ 37.9 35.24 26.99 -
YUV 161.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 196 150 133 0 0.23 0.32 0.23 16.19 0.35 0.65
Hex C4 96 85 0 17 20 17 10 23 41
Octal 304 226 205 0 27 40 27 20 43 101
Binary 11000100 10010110 10000101 0 10111 100000 10111 10000 100011 1000001

Color Harmonies of #C49685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49685

Black with #C49685

Text Example


Text Example

White with #C49685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49685; }

 p { color: rgb(196,150,133); }

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

background-color css

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

 a { background-color: rgb(196,150,133); }

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

border-color css

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

 span { border-color: rgb(196,150,133); }

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