Html Css Color HEX #C1A294 Quicksand

📋 copy color: '#C1A294'

red 193 ◦ green 162 ◦ blue 148

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

Shades of Quicksand #C1A294

Tints of Quicksand #C1A294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 38.37%
G = 32.21%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C1A294 (or 0xC1A294) is known color: Quicksand. HEX triplet: C1, A2 and 94. RGB value is (193,162,148). Sum of RGB (Red+Green+Blue) = 193+162+148=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A294 is #3E5D6B. Grayscale: #A9A9A9. Windows color (decimal): -4087148 or 9740993. OLE color: 9740993.

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

Color convert

RGB 193 162 148 -
CMYK 0 0.16 0.23 0.24
HSL 18.67º 0.27% 0.67% -
HSV(B) 18.67º 0.23% 0.76% -
XYZ 40.26 39.32 33.48 -
YUV 169.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 193 162 148 0 0.16 0.23 0.24 18.67 0.27 0.67
Hex C1 A2 94 0 10 17 18 13 1B 43
Octal 301 242 224 0 20 27 30 23 33 103
Binary 11000001 10100010 10010100 0 10000 10111 11000 10011 11011 1000011

Color Harmonies of #C1A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A294

Black with #C1A294

Text Example


Text Example

White with #C1A294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A294; }

 p { color: rgb(193,162,148); }

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

background-color css

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

 a { background-color: rgb(193,162,148); }

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

border-color css

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

 span { border-color: rgb(193,162,148); }

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