Html Css Color HEX #C49384 Quicksand

📋 copy color: '#C49384'

red 196 ◦ green 147 ◦ blue 132

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

Shades of Quicksand #C49384

Tints of Quicksand #C49384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.95%

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 41.26%
G = 30.95%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C49384 (or 0xC49384) is known color: Quicksand. HEX triplet: C4, 93 and 84. RGB value is (196,147,132). Sum of RGB (Red+Green+Blue) = 196+147+132=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49384 is #3B6C7B. Grayscale: #A0A0A0. Windows color (decimal): -3894396 or 8688580. OLE color: 8688580.

HSL color Cylindrical-coordinate representation of color #C49384: hue angle of 14.06º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49384 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 132 -
CMYK 0 0.25 0.33 0.23
HSL 14.06º 0.35% 0.64% -
HSV(B) 14.06º 0.33% 0.77% -
XYZ 37.36 34.27 26.48 -
YUV 159.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 196 147 132 0 0.25 0.33 0.23 14.06 0.35 0.64
Hex C4 93 84 0 19 21 17 E 23 40
Octal 304 223 204 0 31 41 27 16 43 100
Binary 11000100 10010011 10000100 0 11001 100001 10111 1110 100011 1000000

Color Harmonies of #C49384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49384

Black with #C49384

Text Example


Text Example

White with #C49384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49384; }

 p { color: rgb(196,147,132); }

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

background-color css

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

 a { background-color: rgb(196,147,132); }

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

border-color css

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

 span { border-color: rgb(196,147,132); }

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