Html Css Color HEX #C1A596 Silk

📋 copy color: '#C1A596'

red 193 ◦ green 165 ◦ blue 150

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

Shades of Silk #C1A596

Tints of Silk #C1A596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.48%

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

R = 37.99%
G = 32.48%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C1A596 (or 0xC1A596) is known color: Silk. HEX triplet: C1, A5 and 96. RGB value is (193,165,150). Sum of RGB (Red+Green+Blue) = 193+165+150=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A596 is #3E5A69. Grayscale: #ABABAB. Windows color (decimal): -4086378 or 9872833. OLE color: 9872833.

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

Color convert

RGB 193 165 150 -
CMYK 0 0.15 0.22 0.24
HSL 20.93º 0.26% 0.67% -
HSV(B) 20.93º 0.22% 0.76% -
XYZ 40.95 40.45 34.5 -
YUV 171.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 193 165 150 0 0.15 0.22 0.24 20.93 0.26 0.67
Hex C1 A5 96 0 F 16 18 15 1A 43
Octal 301 245 226 0 17 26 30 25 32 103
Binary 11000001 10100101 10010110 0 1111 10110 11000 10101 11010 1000011

Color Harmonies of #C1A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A596

Black with #C1A596

Text Example


Text Example

White with #C1A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A596; }

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

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

background-color css

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

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

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

border-color css

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

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

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