Html Css Color HEX #C29686 Quicksand

📋 copy color: '#C29686'

red 194 ◦ green 150 ◦ blue 134

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

Shades of Quicksand #C29686

Tints of Quicksand #C29686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 40.59%
G = 31.38%
B = 28.03%

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

#C29686 (or 0xC29686) is known color: Quicksand. HEX triplet: C2, 96 and 86. RGB value is (194,150,134). Sum of RGB (Red+Green+Blue) = 194+150+134=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C29686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29686 is #3D6979. Grayscale: #A1A1A1. Windows color (decimal): -4024698 or 8820418. OLE color: 8820418.

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

Color convert

RGB 194 150 134 -
CMYK 0 0.23 0.31 0.24
HSL 16º 0.33% 0.64% -
HSV(B) 16º 0.31% 0.76% -
XYZ 37.46 35 27.34 -
YUV 161.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 194 150 134 0 0.23 0.31 0.24 16 0.33 0.64
Hex C2 96 86 0 17 1F 18 10 21 40
Octal 302 226 206 0 27 37 30 20 41 100
Binary 11000010 10010110 10000110 0 10111 11111 11000 10000 100001 1000000

Color Harmonies of #C29686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29686

Black with #C29686

Text Example


Text Example

White with #C29686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29686; }

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

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

background-color css

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

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

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

border-color css

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

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

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