#C6ACA9

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

Shades of Cold Turkey #C6ACA9

Tints of Cold Turkey #C6ACA9

Color information

#C6ACA9 (or 0xC6ACA9) is unknown color: approx Cold Turkey. HEX triplet: C6, AC and A9. RGB value is (198,172,169). Sum of RGB (Red+Green+Blue) = 198+172+169=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ACA9 is #395356. Grayscale: #B3B3B3. Windows color (decimal): -3756887 or 11119814. OLE color: 11119814.

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

Color convert

RGB198172169-
CMYK00.130.150.22
HSL6.21º20.28%71.96%-
HSV(B)6.21º14.65%77.65%-
XYZ45.244.3843.72-
YUV179.43122.11141.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=36.73%
G=31.91%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817216900.130.150.226.2120.2871.96
HexC6ACA90DF1661448
Octal3062542510151726624110
Binary11000110101011001010100101101111110110110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACA9; }

 p { color: rgb(198,172,169); }

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

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

 a { background-color: rgb(198,172,169); }

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

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

 span { border-color: rgb(198,172,169); }

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