#C5B5AF

Color #C5B5AF Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C5B5AF

Tints of Cold Turkey #C5B5AF

Color information

#C5B5AF (or 0xC5B5AF) is unknown color: approx Cold Turkey. HEX triplet: C5, B5 and AF. RGB value is (197,181,175). Sum of RGB (Red+Green+Blue) = 197+181+175=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B5AF is #3A4A50. Grayscale: #B9B9B9. Windows color (decimal): -3820113 or 11515333. OLE color: 11515333.

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

Color convert

RGB197181175-
CMYK00.080.110.23
HSL16.36º15.94%72.94%-
HSV(B)16.36º11.17%77.25%-
XYZ47.2948.0147.33-
YUV185.1122.3136.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.62%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=35.62%
G=32.73%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718117500.080.110.2316.3615.9472.94
HexC5B5AF08B17101049
Octal30526525701013272020111
Binary1100010110110101101011110100010111011110000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5AF; }

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

 H1.HeaderClassName
 {
   color: #C5B5AF;
 }
 .AnyTagClassName
 {
   color: #C5B5AF;
 }
</style>
background-color css

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

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

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

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

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

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