Html Css Color HEX #C5A999 Silk

📋 copy color: '#C5A999'

red 197 ◦ green 169 ◦ blue 153

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

Shades of Silk #C5A999

Tints of Silk #C5A999

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 37.96%
G = 32.56%
B = 29.48%

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

#C5A999 (or 0xC5A999) is known color: Silk. HEX triplet: C5, A9 and 99. RGB value is (197,169,153). Sum of RGB (Red+Green+Blue) = 197+169+153=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A999 is #3A5666. Grayscale: #AFAFAF. Windows color (decimal): -3823207 or 10070469. OLE color: 10070469.

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

Color convert

RGB 197 169 153 -
CMYK 0 0.14 0.22 0.23
HSL 21.82º 0.28% 0.69% -
HSV(B) 21.82º 0.22% 0.77% -
XYZ 42.96 42.55 36.08 -
YUV 175.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 197 169 153 0 0.14 0.22 0.23 21.82 0.28 0.69
Hex C5 A9 99 0 E 16 17 16 1C 45
Octal 305 251 231 0 16 26 27 26 34 105
Binary 11000101 10101001 10011001 0 1110 10110 10111 10110 11100 1000101

Color Harmonies of #C5A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A999

Black with #C5A999

Text Example


Text Example

White with #C5A999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A999; }

 p { color: rgb(197,169,153); }

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

background-color css

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

 a { background-color: rgb(197,169,153); }

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

border-color css

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

 span { border-color: rgb(197,169,153); }

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