Html Css Color HEX #C19683 Quicksand

📋 copy color: '#C19683'

red 193 ◦ green 150 ◦ blue 131

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

Shades of Quicksand #C19683

Tints of Quicksand #C19683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 40.72%
G = 31.65%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C19683 (or 0xC19683) is known color: Quicksand. HEX triplet: C1, 96 and 83. RGB value is (193,150,131). Sum of RGB (Red+Green+Blue) = 193+150+131=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C19683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19683 is #3E697C. Grayscale: #A0A0A0. Windows color (decimal): -4090237 or 8623809. OLE color: 8623809.

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

Color convert

RGB 193 150 131 -
CMYK 0 0.22 0.32 0.24
HSL 18.39º 0.33% 0.64% -
HSV(B) 18.39º 0.32% 0.76% -
XYZ 37 34.79 26.24 -
YUV 160.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 193 150 131 0 0.22 0.32 0.24 18.39 0.33 0.64
Hex C1 96 83 0 16 20 18 12 21 40
Octal 301 226 203 0 26 40 30 22 41 100
Binary 11000001 10010110 10000011 0 10110 100000 11000 10010 100001 1000000

Color Harmonies of #C19683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19683

Black with #C19683

Text Example


Text Example

White with #C19683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19683; }

 p { color: rgb(193,150,131); }

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

background-color css

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

 a { background-color: rgb(193,150,131); }

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

border-color css

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

 span { border-color: rgb(193,150,131); }

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