Html Css Color HEX #C1A196 Quicksand

📋 copy color: '#C1A196'

red 193 ◦ green 161 ◦ blue 150

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

Shades of Quicksand #C1A196

Tints of Quicksand #C1A196

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 38.29%
G = 31.94%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1A196 (or 0xC1A196) is known color: Quicksand. HEX triplet: C1, A1 and 96. RGB value is (193,161,150). Sum of RGB (Red+Green+Blue) = 193+161+150=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A196 is #3E5E69. Grayscale: #A9A9A9. Windows color (decimal): -4087402 or 9871809. OLE color: 9871809.

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

Color convert

RGB 193 161 150 -
CMYK 0 0.17 0.22 0.24
HSL 15.35º 0.26% 0.67% -
HSV(B) 15.35º 0.22% 0.76% -
XYZ 40.24 39.03 34.27 -
YUV 169.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 193 161 150 0 0.17 0.22 0.24 15.35 0.26 0.67
Hex C1 A1 96 0 11 16 18 F 1A 43
Octal 301 241 226 0 21 26 30 17 32 103
Binary 11000001 10100001 10010110 0 10001 10110 11000 1111 11010 1000011

Color Harmonies of #C1A196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A196

Black with #C1A196

Text Example


Text Example

White with #C1A196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A196; }

 p { color: rgb(193,161,150); }

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

background-color css

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

 a { background-color: rgb(193,161,150); }

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

border-color css

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

 span { border-color: rgb(193,161,150); }

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