Html Css Color HEX #C49E93 Quicksand

📋 copy color: '#C49E93'

red 196 ◦ green 158 ◦ blue 147

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

Shades of Quicksand #C49E93

Tints of Quicksand #C49E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 39.12%
G = 31.54%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C49E93 (or 0xC49E93) is known color: Quicksand. HEX triplet: C4, 9E and 93. RGB value is (196,158,147). Sum of RGB (Red+Green+Blue) = 196+158+147=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E93 is #3B616C. Grayscale: #A8A8A8. Windows color (decimal): -3891565 or 9674436. OLE color: 9674436.

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

Color convert

RGB 196 158 147 -
CMYK 0 0.19 0.25 0.23
HSL 13.47º 0.29% 0.67% -
HSV(B) 13.47º 0.25% 0.77% -
XYZ 40.26 38.3 32.87 -
YUV 168.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 196 158 147 0 0.19 0.25 0.23 13.47 0.29 0.67
Hex C4 9E 93 0 13 19 17 D 1D 43
Octal 304 236 223 0 23 31 27 15 35 103
Binary 11000100 10011110 10010011 0 10011 11001 10111 1101 11101 1000011

Color Harmonies of #C49E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E93

Black with #C49E93

Text Example


Text Example

White with #C49E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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