Html Css Color HEX #C49B96 Quicksand

📋 copy color: '#C49B96'

red 196 ◦ green 155 ◦ blue 150

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

Shades of Quicksand #C49B96

Tints of Quicksand #C49B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 39.12%
G = 30.94%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C49B96 (or 0xC49B96) is known color: Quicksand. HEX triplet: C4, 9B and 96. RGB value is (196,155,150). Sum of RGB (Red+Green+Blue) = 196+155+150=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49B96 is #3B6469. Grayscale: #A6A6A6. Windows color (decimal): -3892330 or 9870276. OLE color: 9870276.

HSL color Cylindrical-coordinate representation of color #C49B96: hue angle of 6.52º 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 #C49B96 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 155 150 -
CMYK 0 0.21 0.23 0.23
HSL 6.52º 0.28% 0.68% -
HSV(B) 6.52º 0.23% 0.77% -
XYZ 39.99 37.38 33.96 -
YUV 166.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 196 155 150 0 0.21 0.23 0.23 6.52 0.28 0.68
Hex C4 9B 96 0 15 17 17 7 1C 44
Octal 304 233 226 0 25 27 27 7 34 104
Binary 11000100 10011011 10010110 0 10101 10111 10111 111 11100 1000100

Color Harmonies of #C49B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B96

Black with #C49B96

Text Example


Text Example

White with #C49B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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