Html Css Color HEX #C49C96 Quicksand

📋 copy color: '#C49C96'

red 196 ◦ green 156 ◦ blue 150

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

Shades of Quicksand #C49C96

Tints of Quicksand #C49C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.08%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 39.04%
G = 31.08%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C49C96 (or 0xC49C96) is known color: Quicksand. HEX triplet: C4, 9C and 96. RGB value is (196,156,150). Sum of RGB (Red+Green+Blue) = 196+156+150=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C96 is #3B6369. Grayscale: #A7A7A7. Windows color (decimal): -3892074 or 9870532. OLE color: 9870532.

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

Color convert

RGB 196 156 150 -
CMYK 0 0.20 0.23 0.23
HSL 7.83º 0.28% 0.68% -
HSV(B) 7.83º 0.23% 0.77% -
XYZ 40.16 37.71 34.02 -
YUV 167.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 196 156 150 0 0.20 0.23 0.23 7.83 0.28 0.68
Hex C4 9C 96 0 14 17 17 8 1C 44
Octal 304 234 226 0 24 27 27 10 34 104
Binary 11000100 10011100 10010110 0 10100 10111 10111 1000 11100 1000100

Color Harmonies of #C49C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C96

Black with #C49C96

Text Example


Text Example

White with #C49C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C96; }

 p { color: rgb(196,156,150); }

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

background-color css

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

 a { background-color: rgb(196,156,150); }

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

border-color css

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

 span { border-color: rgb(196,156,150); }

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