Html Css Color HEX #C5AA9A Silk

📋 copy color: '#C5AA9A'

red 197 ◦ green 170 ◦ blue 154

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

Shades of Silk #C5AA9A

Tints of Silk #C5AA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.56%

R = 37.81%
G = 32.63%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5AA9A (or 0xC5AA9A) is known color: Silk. HEX triplet: C5, AA and 9A. RGB value is (197,170,154). Sum of RGB (Red+Green+Blue) = 197+170+154=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AA9A is #3A5565. Grayscale: #B0B0B0. Windows color (decimal): -3822950 or 10136261. OLE color: 10136261.

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

Color convert

RGB 197 170 154 -
CMYK 0 0.14 0.22 0.23
HSL 22.33º 0.27% 0.69% -
HSV(B) 22.33º 0.22% 0.77% -
XYZ 43.23 42.95 36.58 -
YUV 176.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 197 170 154 0 0.14 0.22 0.23 22.33 0.27 0.69
Hex C5 AA 9A 0 E 16 17 16 1B 45
Octal 305 252 232 0 16 26 27 26 33 105
Binary 11000101 10101010 10011010 0 1110 10110 10111 10110 11011 1000101

Color Harmonies of #C5AA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA9A

Black with #C5AA9A

Text Example


Text Example

White with #C5AA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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