#C7ADAA

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

Shades of Cold Turkey #C7ADAA

Tints of Cold Turkey #C7ADAA

Color information

#C7ADAA (or 0xC7ADAA) is unknown color: approx Cold Turkey. HEX triplet: C7, AD and AA. RGB value is (199,173,170). Sum of RGB (Red+Green+Blue) = 199+173+170=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAA is #385255. Grayscale: #B4B4B4. Windows color (decimal): -3691094 or 11185607. OLE color: 11185607.

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

Color convert

RGB199173170-
CMYK00.130.150.22
HSL6.21º20.57%72.35%-
HSV(B)6.21º14.57%78.04%-
XYZ45.7544.9344.29-
YUV180.43122.11141.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.72%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=36.72%
G=31.92%
B=31.37%

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
Decimal19917317000.130.150.226.2120.5772.35
HexC7ADAA0DF1661548
Octal3072552520151726625110
Binary11000111101011011010101001101111110110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADAA; }

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

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

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

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

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

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

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

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