Html Css Color HEX #C19C90 Quicksand

📋 copy color: '#C19C90'

red 193 ◦ green 156 ◦ blue 144

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

Shades of Quicksand #C19C90

Tints of Quicksand #C19C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

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

R = 39.15%
G = 31.64%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19C90 (or 0xC19C90) is known color: Quicksand. HEX triplet: C1, 9C and 90. RGB value is (193,156,144). Sum of RGB (Red+Green+Blue) = 193+156+144=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19C90 is #3E636F. Grayscale: #A5A5A5. Windows color (decimal): -4088688 or 9477313. OLE color: 9477313.

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

Color convert

RGB 193 156 144 -
CMYK 0 0.19 0.25 0.24
HSL 14.69º 0.28% 0.66% -
HSV(B) 14.69º 0.25% 0.76% -
XYZ 38.91 37.13 31.5 -
YUV 165.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 193 156 144 0 0.19 0.25 0.24 14.69 0.28 0.66
Hex C1 9C 90 0 13 19 18 F 1C 42
Octal 301 234 220 0 23 31 30 17 34 102
Binary 11000001 10011100 10010000 0 10011 11001 11000 1111 11100 1000010

Color Harmonies of #C19C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C90

Black with #C19C90

Text Example


Text Example

White with #C19C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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