Html Css Color HEX #C1A695 Silk

📋 copy color: '#C1A695'

red 193 ◦ green 166 ◦ blue 149

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

Shades of Silk #C1A695

Tints of Silk #C1A695

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.68%

 BLUE value IS 149 (58.59% from 255) = 29.33%

R = 37.99%
G = 32.68%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C1A695 (or 0xC1A695) is known color: Silk. HEX triplet: C1, A6 and 95. RGB value is (193,166,149). Sum of RGB (Red+Green+Blue) = 193+166+149=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A695 is #3E596A. Grayscale: #ACACAC. Windows color (decimal): -4086123 or 9807553. OLE color: 9807553.

HSL color Cylindrical-coordinate representation of color #C1A695: hue angle of 23.18º degrees, saturation: 0.26, 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 #C1A695 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 166 149 -
CMYK 0 0.14 0.23 0.24
HSL 23.18º 0.26% 0.67% -
HSV(B) 23.18º 0.23% 0.76% -
XYZ 41.05 40.78 34.14 -
YUV 172.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 193 166 149 0 0.14 0.23 0.24 23.18 0.26 0.67
Hex C1 A6 95 0 E 17 18 17 1A 43
Octal 301 246 225 0 16 27 30 27 32 103
Binary 11000001 10100110 10010101 0 1110 10111 11000 10111 11010 1000011

Color Harmonies of #C1A695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A695

Black with #C1A695

Text Example


Text Example

White with #C1A695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A695; }

 p { color: rgb(193,166,149); }

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

background-color css

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

 a { background-color: rgb(193,166,149); }

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

border-color css

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

 span { border-color: rgb(193,166,149); }

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