#CFADAC

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

Shades of Cold Turkey #CFADAC

Tints of Cold Turkey #CFADAC

Color information

#CFADAC (or 0xCFADAC) is unknown color: approx Cold Turkey. HEX triplet: CF, AD and AC. RGB value is (207,173,172). Sum of RGB (Red+Green+Blue) = 207+173+172=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADAC is #305253. Grayscale: #B7B7B7. Windows color (decimal): -3166804 or 11316687. OLE color: 11316687.

HSL color Cylindrical-coordinate representation of color #CFADAC: hue angle of 1.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFADAC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB207173172-
CMYK00.160.170.19
HSL1.71º26.72%74.31%-
HSV(B)1.71º16.91%81.18%-
XYZ48.1246.1345.4-
YUV183.05121.76145.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=37.5%
G=31.34%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717317200.160.170.191.7126.7274.31
HexCFADAC010111321b4a
Octal3172552540202123233112
Binary110011111010110110101100010000100011001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADAC; }

 p { color: rgb(207,173,172); }

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

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

 a { background-color: rgb(207,173,172); }

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

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

 span { border-color: rgb(207,173,172); }

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