Html Css Color HEX #C29586 Quicksand

📋 copy color: '#C29586'

red 194 ◦ green 149 ◦ blue 134

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

Shades of Quicksand #C29586

Tints of Quicksand #C29586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.24%

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

R = 40.67%
G = 31.24%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29586 (or 0xC29586) is known color: Quicksand. HEX triplet: C2, 95 and 86. RGB value is (194,149,134). Sum of RGB (Red+Green+Blue) = 194+149+134=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29586 is #3D6A79. Grayscale: #A0A0A0. Windows color (decimal): -4024954 or 8820162. OLE color: 8820162.

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

Color convert

RGB 194 149 134 -
CMYK 0 0.23 0.31 0.24
HSL 15º 0.33% 0.64% -
HSV(B) 15º 0.31% 0.76% -
XYZ 37.3 34.69 27.28 -
YUV 160.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 194 149 134 0 0.23 0.31 0.24 15 0.33 0.64
Hex C2 95 86 0 17 1F 18 F 21 40
Octal 302 225 206 0 27 37 30 17 41 100
Binary 11000010 10010101 10000110 0 10111 11111 11000 1111 100001 1000000

Color Harmonies of #C29586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29586

Black with #C29586

Text Example


Text Example

White with #C29586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29586; }

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

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

background-color css

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

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

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

border-color css

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

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

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