Html Css Color HEX #C49E90 Quicksand

📋 copy color: '#C49E90'

red 196 ◦ green 158 ◦ blue 144

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

Shades of Quicksand #C49E90

Tints of Quicksand #C49E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.73%

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 39.36%
G = 31.73%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C49E90 (or 0xC49E90) is known color: Quicksand. HEX triplet: C4, 9E and 90. RGB value is (196,158,144). Sum of RGB (Red+Green+Blue) = 196+158+144=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E90 is #3B616F. Grayscale: #A7A7A7. Windows color (decimal): -3891568 or 9477828. OLE color: 9477828.

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

Color convert

RGB 196 158 144 -
CMYK 0 0.19 0.27 0.23
HSL 16.15º 0.31% 0.67% -
HSV(B) 16.15º 0.27% 0.77% -
XYZ 40.03 38.2 31.65 -
YUV 167.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 196 158 144 0 0.19 0.27 0.23 16.15 0.31 0.67
Hex C4 9E 90 0 13 1B 17 10 1F 43
Octal 304 236 220 0 23 33 27 20 37 103
Binary 11000100 10011110 10010000 0 10011 11011 10111 10000 11111 1000011

Color Harmonies of #C49E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E90

Black with #C49E90

Text Example


Text Example

White with #C49E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E90; }

 p { color: rgb(196,158,144); }

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

background-color css

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

 a { background-color: rgb(196,158,144); }

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

border-color css

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

 span { border-color: rgb(196,158,144); }

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