Html Css Color HEX #C49A87 Quicksand

📋 copy color: '#C49A87'

red 196 ◦ green 154 ◦ blue 135

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

Shades of Quicksand #C49A87

Tints of Quicksand #C49A87

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.75%

 BLUE value IS 135 (53.13% from 255) = 27.84%

R = 40.41%
G = 31.75%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C49A87 (or 0xC49A87) is known color: Quicksand. HEX triplet: C4, 9A and 87. RGB value is (196,154,135). Sum of RGB (Red+Green+Blue) = 196+154+135=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A87 is #3B6578. Grayscale: #A4A4A4. Windows color (decimal): -3892601 or 8886980. OLE color: 8886980.

HSL color Cylindrical-coordinate representation of color #C49A87: hue angle of 18.69º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49A87 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 154 135 -
CMYK 0 0.21 0.31 0.23
HSL 18.69º 0.34% 0.65% -
HSV(B) 18.69º 0.31% 0.77% -
XYZ 38.69 36.6 27.95 -
YUV 164.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 196 154 135 0 0.21 0.31 0.23 18.69 0.34 0.65
Hex C4 9A 87 0 15 1F 17 13 22 41
Octal 304 232 207 0 25 37 27 23 42 101
Binary 11000100 10011010 10000111 0 10101 11111 10111 10011 100010 1000001

Color Harmonies of #C49A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A87

Black with #C49A87

Text Example


Text Example

White with #C49A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A87; }

 p { color: rgb(196,154,135); }

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

background-color css

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

 a { background-color: rgb(196,154,135); }

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

border-color css

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

 span { border-color: rgb(196,154,135); }

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