Html Css Color HEX #C49D8B Quicksand

📋 copy color: '#C49D8B'

red 196 ◦ green 157 ◦ blue 139

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

Shades of Quicksand #C49D8B

Tints of Quicksand #C49D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 39.84%
G = 31.91%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C49D8B (or 0xC49D8B) is known color: Quicksand. HEX triplet: C4, 9D and 8B. RGB value is (196,157,139). Sum of RGB (Red+Green+Blue) = 196+157+139=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D8B is #3B6274. Grayscale: #A6A6A6. Windows color (decimal): -3891829 or 9149892. OLE color: 9149892.

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

Color convert

RGB 196 157 139 -
CMYK 0 0.20 0.29 0.23
HSL 18.95º 0.33% 0.66% -
HSV(B) 18.95º 0.29% 0.77% -
XYZ 39.48 37.71 29.62 -
YUV 166.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 196 157 139 0 0.20 0.29 0.23 18.95 0.33 0.66
Hex C4 9D 8B 0 14 1D 17 13 21 42
Octal 304 235 213 0 24 35 27 23 41 102
Binary 11000100 10011101 10001011 0 10100 11101 10111 10011 100001 1000010

Color Harmonies of #C49D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D8B

Black with #C49D8B

Text Example


Text Example

White with #C49D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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