Html Css Color HEX #C49488 Quicksand

📋 copy color: '#C49488'

red 196 ◦ green 148 ◦ blue 136

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

Shades of Quicksand #C49488

Tints of Quicksand #C49488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.83%

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 40.83%
G = 30.83%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C49488 (or 0xC49488) is known color: Quicksand. HEX triplet: C4, 94 and 88. RGB value is (196,148,136). Sum of RGB (Red+Green+Blue) = 196+148+136=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C49488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49488 is #3B6B77. Grayscale: #A1A1A1. Windows color (decimal): -3894136 or 8950980. OLE color: 8950980.

HSL color Cylindrical-coordinate representation of color #C49488: hue angle of 12º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49488 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 148 136 -
CMYK 0 0.24 0.31 0.23
HSL 12º 0.34% 0.65% -
HSV(B) 12º 0.31% 0.77% -
XYZ 37.8 34.69 28 -
YUV 160.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 196 148 136 0 0.24 0.31 0.23 12 0.34 0.65
Hex C4 94 88 0 18 1F 17 C 22 41
Octal 304 224 210 0 30 37 27 14 42 101
Binary 11000100 10010100 10001000 0 11000 11111 10111 1100 100010 1000001

Color Harmonies of #C49488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49488

Black with #C49488

Text Example


Text Example

White with #C49488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49488; }

 p { color: rgb(196,148,136); }

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

background-color css

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

 a { background-color: rgb(196,148,136); }

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

border-color css

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

 span { border-color: rgb(196,148,136); }

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