Html Css Color HEX #C5AA9C Silk

📋 copy color: '#C5AA9C'

red 197 ◦ green 170 ◦ blue 156

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

Shades of Silk #C5AA9C

Tints of Silk #C5AA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 156 (61.33% from 255) = 29.83%

R = 37.67%
G = 32.5%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5AA9C (or 0xC5AA9C) is known color: Silk. HEX triplet: C5, AA and 9C. RGB value is (197,170,156). Sum of RGB (Red+Green+Blue) = 197+170+156=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AA9C is #3A5563. Grayscale: #B0B0B0. Windows color (decimal): -3822948 or 10267333. OLE color: 10267333.

HSL color Cylindrical-coordinate representation of color #C5AA9C: hue angle of 20.49º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5AA9C is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 156 -
CMYK 0 0.14 0.21 0.23
HSL 20.49º 0.26% 0.69% -
HSV(B) 20.49º 0.21% 0.77% -
XYZ 43.4 43.02 37.47 -
YUV 176.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 197 170 156 0 0.14 0.21 0.23 20.49 0.26 0.69
Hex C5 AA 9C 0 E 15 17 14 1A 45
Octal 305 252 234 0 16 25 27 24 32 105
Binary 11000101 10101010 10011100 0 1110 10101 10111 10100 11010 1000101

Color Harmonies of #C5AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA9C

Black with #C5AA9C

Text Example


Text Example

White with #C5AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA9C; }

 p { color: rgb(197,170,156); }

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

background-color css

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

 a { background-color: rgb(197,170,156); }

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

border-color css

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

 span { border-color: rgb(197,170,156); }

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