#C5AEAA

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

Shades of Cold Turkey #C5AEAA

Tints of Cold Turkey #C5AEAA

Color information

#C5AEAA (or 0xC5AEAA) is unknown color: approx Cold Turkey. HEX triplet: C5, AE and AA. RGB value is (197,174,170). Sum of RGB (Red+Green+Blue) = 197+174+170=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AEAA is #3A5155. Grayscale: #B4B4B4. Windows color (decimal): -3821910 or 11185861. OLE color: 11185861.

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

Color convert

RGB197174170-
CMYK00.120.140.23
HSL8.89º18.88%71.96%-
HSV(B)8.89º13.71%77.25%-
XYZ45.4245.0444.33-
YUV180.42122.12139.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.41%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=36.41%
G=32.16%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717417000.120.140.238.8918.8871.96
HexC5AEAA0CE1791348
Octal30525625201416271123110
Binary110001011010111010101010011001110101111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AEAA; }

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

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

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

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

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

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

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

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