#C6AFAC

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

Shades of Cold Turkey #C6AFAC

Tints of Cold Turkey #C6AFAC

Color information

#C6AFAC (or 0xC6AFAC) is unknown color: approx Cold Turkey. HEX triplet: C6, AF and AC. RGB value is (198,175,172). Sum of RGB (Red+Green+Blue) = 198+175+172=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AFAC is #395053. Grayscale: #B5B5B5. Windows color (decimal): -3756116 or 11317190. OLE color: 11317190.

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

Color convert

RGB198175172-
CMYK00.120.130.22
HSL6.92º18.57%72.55%-
HSV(B)6.92º13.13%77.65%-
XYZ46.0745.6445.41-
YUV181.54122.62139.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=36.33%
G=32.11%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817517200.120.130.226.9218.5772.55
HexC6AFAC0CD1671349
Octal3062572540141526723111
Binary11000110101011111010110001100110110110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AFAC; }

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

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

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

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

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

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

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

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