Html Css Color HEX #C29584 Quicksand

📋 copy color: '#C29584'

red 194 ◦ green 149 ◦ blue 132

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

Shades of Quicksand #C29584

Tints of Quicksand #C29584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 40.84%
G = 31.37%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C29584 (or 0xC29584) is known color: Quicksand. HEX triplet: C2, 95 and 84. RGB value is (194,149,132). Sum of RGB (Red+Green+Blue) = 194+149+132=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29584 is #3D6A7B. Grayscale: #A0A0A0. Windows color (decimal): -4024956 or 8689090. OLE color: 8689090.

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

Color convert

RGB 194 149 132 -
CMYK 0 0.23 0.32 0.24
HSL 16.45º 0.34% 0.64% -
HSV(B) 16.45º 0.32% 0.76% -
XYZ 37.16 34.63 26.56 -
YUV 160.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 194 149 132 0 0.23 0.32 0.24 16.45 0.34 0.64
Hex C2 95 84 0 17 20 18 10 22 40
Octal 302 225 204 0 27 40 30 20 42 100
Binary 11000010 10010101 10000100 0 10111 100000 11000 10000 100010 1000000

Color Harmonies of #C29584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29584

Black with #C29584

Text Example


Text Example

White with #C29584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29584; }

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

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

background-color css

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

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

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

border-color css

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

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

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