Html Css Color HEX #C29986 Quicksand

📋 copy color: '#C29986'

red 194 ◦ green 153 ◦ blue 134

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

Shades of Quicksand #C29986

Tints of Quicksand #C29986

RGB

 RED value IS 194 (76.17% from 255) = 40.33%

 GREEN value IS 153 (60.16% from 255) = 31.81%

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 40.33%
G = 31.81%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29986 (or 0xC29986) is known color: Quicksand. HEX triplet: C2, 99 and 86. RGB value is (194,153,134). Sum of RGB (Red+Green+Blue) = 194+153+134=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29986 is #3D6679. Grayscale: #A3A3A3. Windows color (decimal): -4023930 or 8821186. OLE color: 8821186.

HSL color Cylindrical-coordinate representation of color #C29986: hue angle of 19º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29986 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 134 -
CMYK 0 0.21 0.31 0.24
HSL 19º 0.33% 0.64% -
HSV(B) 19º 0.31% 0.76% -
XYZ 37.94 35.97 27.5 -
YUV 163.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 194 153 134 0 0.21 0.31 0.24 19 0.33 0.64
Hex C2 99 86 0 15 1F 18 13 21 40
Octal 302 231 206 0 25 37 30 23 41 100
Binary 11000010 10011001 10000110 0 10101 11111 11000 10011 100001 1000000

Color Harmonies of #C29986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29986

Black with #C29986

Text Example


Text Example

White with #C29986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29986; }

 p { color: rgb(194,153,134); }

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

background-color css

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

 a { background-color: rgb(194,153,134); }

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

border-color css

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

 span { border-color: rgb(194,153,134); }

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