#C6ADAA

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

Shades of Cold Turkey #C6ADAA

Tints of Cold Turkey #C6ADAA

Color information

#C6ADAA (or 0xC6ADAA) is unknown color: approx Cold Turkey. HEX triplet: C6, AD and AA. RGB value is (198,173,170). Sum of RGB (Red+Green+Blue) = 198+173+170=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAA is #395255. Grayscale: #B4B4B4. Windows color (decimal): -3756630 or 11185606. OLE color: 11185606.

HSL color Cylindrical-coordinate representation of color #C6ADAA: hue angle of 6.43º degrees, saturation: 0.2, 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 #C6ADAA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198173170-
CMYK00.130.140.22
HSL6.43º19.72%72.16%-
HSV(B)6.43º14.14%77.65%-
XYZ45.4944.844.28-
YUV180.13122.28140.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.60%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=36.60%
G=31.98%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817317000.130.140.226.4319.7272.16
HexC6ADAA0DE1661448
Octal3062552520151626624110
Binary11000110101011011010101001101111010110110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ADAA; }

 p { color: rgb(198,173,170); }

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

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

 a { background-color: rgb(198,173,170); }

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

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

 span { border-color: rgb(198,173,170); }

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