#C6AEAB

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

Shades of Cold Turkey #C6AEAB

Tints of Cold Turkey #C6AEAB

Color information

#C6AEAB (or 0xC6AEAB) is unknown color: approx Cold Turkey. HEX triplet: C6, AE and AB. RGB value is (198,174,171). Sum of RGB (Red+Green+Blue) = 198+174+171=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AEAB is #395154. Grayscale: #B4B4B4. Windows color (decimal): -3756373 or 11251398. OLE color: 11251398.

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

Color convert

RGB198174171-
CMYK00.120.140.22
HSL6.67º19.15%72.35%-
HSV(B)6.67º13.64%77.65%-
XYZ45.7845.2244.84-
YUV180.83122.45140.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=36.46%
G=32.04%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817417100.120.140.226.6719.1572.35
HexC6AEAB0CE1671348
Octal3062562530141626723110
Binary11000110101011101010101101100111010110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AEAB; }

 p { color: rgb(198,174,171); }

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

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

 a { background-color: rgb(198,174,171); }

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

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

 span { border-color: rgb(198,174,171); }

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