Html Css Color HEX #C5AF9F Silk

📋 copy color: '#C5AF9F'

red 197 ◦ green 175 ◦ blue 159

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

Shades of Silk #C5AF9F

Tints of Silk #C5AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 37.1%
G = 32.96%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C5AF9F (or 0xC5AF9F) is known color: Silk. HEX triplet: C5, AF and 9F. RGB value is (197,175,159). Sum of RGB (Red+Green+Blue) = 197+175+159=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF9F is #3A5060. Grayscale: #B3B3B3. Windows color (decimal): -3821665 or 10465221. OLE color: 10465221.

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

Color convert

RGB 197 175 159 -
CMYK 0 0.11 0.19 0.23
HSL 25.26º 0.25% 0.7% -
HSV(B) 25.26º 0.19% 0.77% -
XYZ 44.61 45.03 39.14 -
YUV 179.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 197 175 159 0 0.11 0.19 0.23 25.26 0.25 0.7
Hex C5 AF 9F 0 B 13 17 19 19 46
Octal 305 257 237 0 13 23 27 31 31 106
Binary 11000101 10101111 10011111 0 1011 10011 10111 11001 11001 1000110

Color Harmonies of #C5AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF9F

Black with #C5AF9F

Text Example


Text Example

White with #C5AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF9F; }

 p { color: rgb(197,175,159); }

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

background-color css

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

 a { background-color: rgb(197,175,159); }

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

border-color css

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

 span { border-color: rgb(197,175,159); }

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