Html Css Color HEX #C19F93 Quicksand

📋 copy color: '#C19F93'

red 193 ◦ green 159 ◦ blue 147

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

Shades of Quicksand #C19F93

Tints of Quicksand #C19F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.86%

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 38.68%
G = 31.86%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C19F93 (or 0xC19F93) is known color: Quicksand. HEX triplet: C1, 9F and 93. RGB value is (193,159,147). Sum of RGB (Red+Green+Blue) = 193+159+147=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19F93 is #3E606C. Grayscale: #A7A7A7. Windows color (decimal): -4087917 or 9674689. OLE color: 9674689.

HSL color Cylindrical-coordinate representation of color #C19F93: hue angle of 15.65º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19F93 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 159 147 -
CMYK 0 0.18 0.24 0.24
HSL 15.65º 0.27% 0.67% -
HSV(B) 15.65º 0.24% 0.76% -
XYZ 39.66 38.24 32.89 -
YUV 167.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 193 159 147 0 0.18 0.24 0.24 15.65 0.27 0.67
Hex C1 9F 93 0 12 18 18 10 1B 43
Octal 301 237 223 0 22 30 30 20 33 103
Binary 11000001 10011111 10010011 0 10010 11000 11000 10000 11011 1000011

Color Harmonies of #C19F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F93

Black with #C19F93

Text Example


Text Example

White with #C19F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F93; }

 p { color: rgb(193,159,147); }

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

background-color css

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

 a { background-color: rgb(193,159,147); }

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

border-color css

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

 span { border-color: rgb(193,159,147); }

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