#C7ADAB

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

Shades of Cold Turkey #C7ADAB

Tints of Cold Turkey #C7ADAB

Color information

#C7ADAB (or 0xC7ADAB) is unknown color: approx Cold Turkey. HEX triplet: C7, AD and AB. RGB value is (199,173,171). Sum of RGB (Red+Green+Blue) = 199+173+171=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAB is #385254. Grayscale: #B4B4B4. Windows color (decimal): -3691093 or 11251143. OLE color: 11251143.

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

Color convert

RGB199173171-
CMYK00.130.140.22
HSL4.29º20%72.55%-
HSV(B)4.29º14.07%78.04%-
XYZ45.8544.9744.79-
YUV180.55122.61141.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.65%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=36.65%
G=31.86%
B=31.49%

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
Decimal19917317100.130.140.224.292072.55
HexC7ADAB0DE1641449
Octal3072552530151626424111
Binary11000111101011011010101101101111010110100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ADAB; }

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

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

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

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

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

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

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

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