Html Css Color HEX #C49585 Quicksand

📋 copy color: '#C49585'

red 196 ◦ green 149 ◦ blue 133

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

Shades of Quicksand #C49585

Tints of Quicksand #C49585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.17%

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

R = 41%
G = 31.17%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C49585 (or 0xC49585) is known color: Quicksand. HEX triplet: C4, 95 and 85. RGB value is (196,149,133). Sum of RGB (Red+Green+Blue) = 196+149+133=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C49585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49585 is #3B6A7A. Grayscale: #A1A1A1. Windows color (decimal): -3893883 or 8754628. OLE color: 8754628.

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

Color convert

RGB 196 149 133 -
CMYK 0 0.24 0.32 0.23
HSL 15.24º 0.35% 0.65% -
HSV(B) 15.24º 0.32% 0.77% -
XYZ 37.75 34.92 26.94 -
YUV 161.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 196 149 133 0 0.24 0.32 0.23 15.24 0.35 0.65
Hex C4 95 85 0 18 20 17 F 23 41
Octal 304 225 205 0 30 40 27 17 43 101
Binary 11000100 10010101 10000101 0 11000 100000 10111 1111 100011 1000001

Color Harmonies of #C49585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49585

Black with #C49585

Text Example


Text Example

White with #C49585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49585; }

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

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

background-color css

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

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

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

border-color css

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

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

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