Html Css Color HEX #C1A296 Quicksand

📋 copy color: '#C1A296'

red 193 ◦ green 162 ◦ blue 150

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

Shades of Quicksand #C1A296

Tints of Quicksand #C1A296

RGB

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

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

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

R = 38.22%
G = 32.08%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1A296 (or 0xC1A296) is known color: Quicksand. HEX triplet: C1, A2 and 96. RGB value is (193,162,150). Sum of RGB (Red+Green+Blue) = 193+162+150=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A296 is #3E5D69. Grayscale: #A9A9A9. Windows color (decimal): -4087146 or 9872065. OLE color: 9872065.

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

Color convert

RGB 193 162 150 -
CMYK 0 0.16 0.22 0.24
HSL 16.74º 0.26% 0.67% -
HSV(B) 16.74º 0.22% 0.76% -
XYZ 40.42 39.38 34.33 -
YUV 169.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 193 162 150 0 0.16 0.22 0.24 16.74 0.26 0.67
Hex C1 A2 96 0 10 16 18 11 1A 43
Octal 301 242 226 0 20 26 30 21 32 103
Binary 11000001 10100010 10010110 0 10000 10110 11000 10001 11010 1000011

Color Harmonies of #C1A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A296

Black with #C1A296

Text Example


Text Example

White with #C1A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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