Html Css Color HEX #C49D8A Quicksand

📋 copy color: '#C49D8A'

red 196 ◦ green 157 ◦ blue 138

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

Shades of Quicksand #C49D8A

Tints of Quicksand #C49D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.98%

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 39.92%
G = 31.98%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C49D8A (or 0xC49D8A) is known color: Quicksand. HEX triplet: C4, 9D and 8A. RGB value is (196,157,138). Sum of RGB (Red+Green+Blue) = 196+157+138=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D8A is #3B6275. Grayscale: #A6A6A6. Windows color (decimal): -3891830 or 9084356. OLE color: 9084356.

HSL color Cylindrical-coordinate representation of color #C49D8A: hue angle of 19.66º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49D8A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 138 -
CMYK 0 0.20 0.30 0.23
HSL 19.66º 0.33% 0.65% -
HSV(B) 19.66º 0.3% 0.77% -
XYZ 39.41 37.68 29.24 -
YUV 166.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 196 157 138 0 0.20 0.30 0.23 19.66 0.33 0.65
Hex C4 9D 8A 0 14 1E 17 14 21 41
Octal 304 235 212 0 24 36 27 24 41 101
Binary 11000100 10011101 10001010 0 10100 11110 10111 10100 100001 1000001

Color Harmonies of #C49D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D8A

Black with #C49D8A

Text Example


Text Example

White with #C49D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D8A; }

 p { color: rgb(196,157,138); }

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

background-color css

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

 a { background-color: rgb(196,157,138); }

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

border-color css

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

 span { border-color: rgb(196,157,138); }

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