Html Css Color HEX #C19991 Quicksand

📋 copy color: '#C19991'

red 193 ◦ green 153 ◦ blue 145

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

Shades of Quicksand #C19991

Tints of Quicksand #C19991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 39.31%
G = 31.16%
B = 29.53%

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

#C19991 (or 0xC19991) is known color: Quicksand. HEX triplet: C1, 99 and 91. RGB value is (193,153,145). Sum of RGB (Red+Green+Blue) = 193+153+145=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C19991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19991 is #3E666E. Grayscale: #A4A4A4. Windows color (decimal): -4089455 or 9542081. OLE color: 9542081.

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

Color convert

RGB 193 153 145 -
CMYK 0 0.21 0.25 0.24
HSL 10º 0.28% 0.66% -
HSV(B) 10º 0.25% 0.76% -
XYZ 38.49 36.16 31.74 -
YUV 164.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 193 153 145 0 0.21 0.25 0.24 10 0.28 0.66
Hex C1 99 91 0 15 19 18 A 1C 42
Octal 301 231 221 0 25 31 30 12 34 102
Binary 11000001 10011001 10010001 0 10101 11001 11000 1010 11100 1000010

Color Harmonies of #C19991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19991

Black with #C19991

Text Example


Text Example

White with #C19991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19991; }

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

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

background-color css

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

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

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

border-color css

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

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

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