Html Css Color HEX #C19B91 Quicksand

📋 copy color: '#C19B91'

red 193 ◦ green 155 ◦ blue 145

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

Shades of Quicksand #C19B91

Tints of Quicksand #C19B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.44%

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

R = 39.15%
G = 31.44%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19B91 (or 0xC19B91) is known color: Quicksand. HEX triplet: C1, 9B and 91. RGB value is (193,155,145). Sum of RGB (Red+Green+Blue) = 193+155+145=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B91 is #3E646E. Grayscale: #A5A5A5. Windows color (decimal): -4088943 or 9542593. OLE color: 9542593.

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

Color convert

RGB 193 155 145 -
CMYK 0 0.20 0.25 0.24
HSL 12.5º 0.28% 0.66% -
HSV(B) 12.5º 0.25% 0.76% -
XYZ 38.82 36.82 31.85 -
YUV 165.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 193 155 145 0 0.20 0.25 0.24 12.5 0.28 0.66
Hex C1 9B 91 0 14 19 18 C 1C 42
Octal 301 233 221 0 24 31 30 14 34 102
Binary 11000001 10011011 10010001 0 10100 11001 11000 1100 11100 1000010

Color Harmonies of #C19B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19B91

Black with #C19B91

Text Example


Text Example

White with #C19B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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