Html Css Color HEX #C19584 Quicksand

📋 copy color: '#C19584'

red 193 ◦ green 149 ◦ blue 132

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

Shades of Quicksand #C19584

Tints of Quicksand #C19584

RGB

 RED value IS 193 (75.78% from 255) = 40.72%

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

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

R = 40.72%
G = 31.43%
B = 27.85%

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

#C19584 (or 0xC19584) is known color: Quicksand. HEX triplet: C1, 95 and 84. RGB value is (193,149,132). Sum of RGB (Red+Green+Blue) = 193+149+132=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C19584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19584 is #3E6A7B. Grayscale: #A0A0A0. Windows color (decimal): -4090492 or 8689089. OLE color: 8689089.

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

Color convert

RGB 193 149 132 -
CMYK 0 0.23 0.32 0.24
HSL 16.72º 0.33% 0.64% -
HSV(B) 16.72º 0.32% 0.76% -
XYZ 36.9 34.5 26.54 -
YUV 160.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 193 149 132 0 0.23 0.32 0.24 16.72 0.33 0.64
Hex C1 95 84 0 17 20 18 11 21 40
Octal 301 225 204 0 27 40 30 21 41 100
Binary 11000001 10010101 10000100 0 10111 100000 11000 10001 100001 1000000

Color Harmonies of #C19584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19584

Black with #C19584

Text Example


Text Example

White with #C19584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19584; }

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

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

background-color css

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

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

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

border-color css

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

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

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