Html Css Color HEX #C19586 Quicksand

📋 copy color: '#C19586'

red 193 ◦ green 149 ◦ blue 134

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

Shades of Quicksand #C19586

Tints of Quicksand #C19586

RGB

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

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

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

R = 40.55%
G = 31.3%
B = 28.15%

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

#C19586 (or 0xC19586) is known color: Quicksand. HEX triplet: C1, 95 and 86. RGB value is (193,149,134). Sum of RGB (Red+Green+Blue) = 193+149+134=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C19586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19586 is #3E6A79. Grayscale: #A0A0A0. Windows color (decimal): -4090490 or 8820161. OLE color: 8820161.

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

Color convert

RGB 193 149 134 -
CMYK 0 0.23 0.31 0.24
HSL 15.25º 0.32% 0.64% -
HSV(B) 15.25º 0.31% 0.76% -
XYZ 37.04 34.55 27.27 -
YUV 160.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 193 149 134 0 0.23 0.31 0.24 15.25 0.32 0.64
Hex C1 95 86 0 17 1F 18 F 20 40
Octal 301 225 206 0 27 37 30 17 40 100
Binary 11000001 10010101 10000110 0 10111 11111 11000 1111 100000 1000000

Color Harmonies of #C19586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19586

Black with #C19586

Text Example


Text Example

White with #C19586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19586; }

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

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

background-color css

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

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

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

border-color css

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

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

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