Html Css Color HEX #C49C8C Quicksand

📋 copy color: '#C49C8C'

red 196 ◦ green 156 ◦ blue 140

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

Shades of Quicksand #C49C8C

Tints of Quicksand #C49C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 39.84%
G = 31.71%
B = 28.46%

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

#C49C8C (or 0xC49C8C) is known color: Quicksand. HEX triplet: C4, 9C and 8C. RGB value is (196,156,140). Sum of RGB (Red+Green+Blue) = 196+156+140=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C8C is #3B6373. Grayscale: #A6A6A6. Windows color (decimal): -3892084 or 9215172. OLE color: 9215172.

HSL color Cylindrical-coordinate representation of color #C49C8C: hue angle of 17.14º degrees, saturation: 0.32, 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 #C49C8C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 156 140 -
CMYK 0 0.20 0.29 0.23
HSL 17.14º 0.32% 0.66% -
HSV(B) 17.14º 0.29% 0.77% -
XYZ 39.39 37.41 29.96 -
YUV 166.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 196 156 140 0 0.20 0.29 0.23 17.14 0.32 0.66
Hex C4 9C 8C 0 14 1D 17 11 20 42
Octal 304 234 214 0 24 35 27 21 40 102
Binary 11000100 10011100 10001100 0 10100 11101 10111 10001 100000 1000010

Color Harmonies of #C49C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49C8C

Black with #C49C8C

Text Example


Text Example

White with #C49C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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