Html Css Color HEX #C1A096 Quicksand

📋 copy color: '#C1A096'

red 193 ◦ green 160 ◦ blue 150

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

Shades of Quicksand #C1A096

Tints of Quicksand #C1A096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.81%

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

R = 38.37%
G = 31.81%
B = 29.82%

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

#C1A096 (or 0xC1A096) is known color: Quicksand. HEX triplet: C1, A0 and 96. RGB value is (193,160,150). Sum of RGB (Red+Green+Blue) = 193+160+150=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A096 is #3E5F69. Grayscale: #A8A8A8. Windows color (decimal): -4087658 or 9871553. OLE color: 9871553.

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

Color convert

RGB 193 160 150 -
CMYK 0 0.17 0.22 0.24
HSL 13.95º 0.26% 0.67% -
HSV(B) 13.95º 0.22% 0.76% -
XYZ 40.07 38.68 34.21 -
YUV 168.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 193 160 150 0 0.17 0.22 0.24 13.95 0.26 0.67
Hex C1 A0 96 0 11 16 18 E 1A 43
Octal 301 240 226 0 21 26 30 16 32 103
Binary 11000001 10100000 10010110 0 10001 10110 11000 1110 11010 1000011

Color Harmonies of #C1A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A096

Black with #C1A096

Text Example


Text Example

White with #C1A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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