Html Css Color HEX #C5AEA2 Silk

📋 copy color: '#C5AEA2'

red 197 ◦ green 174 ◦ blue 162

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

Shades of Silk #C5AEA2

Tints of Silk #C5AEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.39%

R = 36.96%
G = 32.65%
B = 30.39%

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

#C5AEA2 (or 0xC5AEA2) is known color: Silk. HEX triplet: C5, AE and A2. RGB value is (197,174,162). Sum of RGB (Red+Green+Blue) = 197+174+162=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEA2 is #3A515D. Grayscale: #B3B3B3. Windows color (decimal): -3821918 or 10661573. OLE color: 10661573.

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

Color convert

RGB 197 174 162 -
CMYK 0 0.12 0.18 0.23
HSL 20.57º 0.23% 0.7% -
HSV(B) 20.57º 0.18% 0.77% -
XYZ 44.68 44.75 40.47 -
YUV 179.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 197 174 162 0 0.12 0.18 0.23 20.57 0.23 0.7
Hex C5 AE A2 0 C 12 17 15 17 46
Octal 305 256 242 0 14 22 27 25 27 106
Binary 11000101 10101110 10100010 0 1100 10010 10111 10101 10111 1000110

Color Harmonies of #C5AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEA2

Black with #C5AEA2

Text Example


Text Example

White with #C5AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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