Html Css Color HEX #C5AEA1 Silk

📋 copy color: '#C5AEA1'

red 197 ◦ green 174 ◦ blue 161

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

Shades of Silk #C5AEA1

Tints of Silk #C5AEA1

RGB

 RED value IS 197 (77.34% from 255) = 37.03%

 GREEN value IS 174 (68.36% from 255) = 32.71%

 BLUE value IS 161 (63.28% from 255) = 30.26%

R = 37.03%
G = 32.71%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C5AEA1 (or 0xC5AEA1) is known color: Silk. HEX triplet: C5, AE and A1. RGB value is (197,174,161). Sum of RGB (Red+Green+Blue) = 197+174+161=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEA1 is #3A515E. Grayscale: #B3B3B3. Windows color (decimal): -3821919 or 10596037. OLE color: 10596037.

HSL color Cylindrical-coordinate representation of color #C5AEA1: hue angle of 21.67º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5AEA1 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 174 161 -
CMYK 0 0.12 0.18 0.23
HSL 21.67º 0.24% 0.7% -
HSV(B) 21.67º 0.18% 0.77% -
XYZ 44.6 44.72 40 -
YUV 179.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 197 174 161 0 0.12 0.18 0.23 21.67 0.24 0.7
Hex C5 AE A1 0 C 12 17 16 18 46
Octal 305 256 241 0 14 22 27 26 30 106
Binary 11000101 10101110 10100001 0 1100 10010 10111 10110 11000 1000110

Color Harmonies of #C5AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEA1

Black with #C5AEA1

Text Example


Text Example

White with #C5AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEA1; }

 p { color: rgb(197,174,161); }

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

background-color css

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

 a { background-color: rgb(197,174,161); }

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

border-color css

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

 span { border-color: rgb(197,174,161); }

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