Html Css Color HEX #C19990 Quicksand

📋 copy color: '#C19990'

red 193 ◦ green 153 ◦ blue 144

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

Shades of Quicksand #C19990

Tints of Quicksand #C19990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 39.39%
G = 31.22%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19990 (or 0xC19990) is known color: Quicksand. HEX triplet: C1, 99 and 90. RGB value is (193,153,144). Sum of RGB (Red+Green+Blue) = 193+153+144=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C19990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19990 is #3E666F. Grayscale: #A4A4A4. Windows color (decimal): -4089456 or 9476545. OLE color: 9476545.

HSL color Cylindrical-coordinate representation of color #C19990: hue angle of 11.02º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19990 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 144 -
CMYK 0 0.21 0.25 0.24
HSL 11.02º 0.28% 0.66% -
HSV(B) 11.02º 0.25% 0.76% -
XYZ 38.42 36.13 31.34 -
YUV 163.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 193 153 144 0 0.21 0.25 0.24 11.02 0.28 0.66
Hex C1 99 90 0 15 19 18 B 1C 42
Octal 301 231 220 0 25 31 30 13 34 102
Binary 11000001 10011001 10010000 0 10101 11001 11000 1011 11100 1000010

Color Harmonies of #C19990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19990

Black with #C19990

Text Example


Text Example

White with #C19990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19990; }

 p { color: rgb(193,153,144); }

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

background-color css

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

 a { background-color: rgb(193,153,144); }

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

border-color css

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

 span { border-color: rgb(193,153,144); }

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