Html Css Color HEX #C49284 Quicksand

📋 copy color: '#C49284'

red 196 ◦ green 146 ◦ blue 132

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

Shades of Quicksand #C49284

Tints of Quicksand #C49284

RGB

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

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

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

R = 41.35%
G = 30.8%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C49284 (or 0xC49284) is known color: Quicksand. HEX triplet: C4, 92 and 84. RGB value is (196,146,132). Sum of RGB (Red+Green+Blue) = 196+146+132=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C49284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49284 is #3B6D7B. Grayscale: #9F9F9F. Windows color (decimal): -3894652 or 8688324. OLE color: 8688324.

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

Color convert

RGB 196 146 132 -
CMYK 0 0.26 0.33 0.23
HSL 13.13º 0.35% 0.64% -
HSV(B) 13.13º 0.33% 0.77% -
XYZ 37.21 33.96 26.42 -
YUV 159.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 196 146 132 0 0.26 0.33 0.23 13.13 0.35 0.64
Hex C4 92 84 0 1A 21 17 D 23 40
Octal 304 222 204 0 32 41 27 15 43 100
Binary 11000100 10010010 10000100 0 11010 100001 10111 1101 100011 1000000

Color Harmonies of #C49284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49284

Black with #C49284

Text Example


Text Example

White with #C49284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49284; }

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

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

background-color css

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

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

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

border-color css

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

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

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