Html Css Color HEX #C29486 Quicksand

📋 copy color: '#C29486'

red 194 ◦ green 148 ◦ blue 134

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

Shades of Quicksand #C29486

Tints of Quicksand #C29486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 40.76%
G = 31.09%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C29486 (or 0xC29486) is known color: Quicksand. HEX triplet: C2, 94 and 86. RGB value is (194,148,134). Sum of RGB (Red+Green+Blue) = 194+148+134=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C29486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29486 is #3D6B79. Grayscale: #A0A0A0. Windows color (decimal): -4025210 or 8819906. OLE color: 8819906.

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

Color convert

RGB 194 148 134 -
CMYK 0 0.24 0.31 0.24
HSL 14º 0.33% 0.64% -
HSV(B) 14º 0.31% 0.76% -
XYZ 37.14 34.37 27.23 -
YUV 160.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 194 148 134 0 0.24 0.31 0.24 14 0.33 0.64
Hex C2 94 86 0 18 1F 18 E 21 40
Octal 302 224 206 0 30 37 30 16 41 100
Binary 11000010 10010100 10000110 0 11000 11111 11000 1110 100001 1000000

Color Harmonies of #C29486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29486

Black with #C29486

Text Example


Text Example

White with #C29486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29486; }

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

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

background-color css

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

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

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

border-color css

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

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

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