#C6B4AF

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

Shades of Cold Turkey #C6B4AF

Tints of Cold Turkey #C6B4AF

Color information

#C6B4AF (or 0xC6B4AF) is unknown color: approx Cold Turkey. HEX triplet: C6, B4 and AF. RGB value is (198,180,175). Sum of RGB (Red+Green+Blue) = 198+180+175=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B4AF is #394B50. Grayscale: #B8B8B8. Windows color (decimal): -3754833 or 11515078. OLE color: 11515078.

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

Color convert

RGB198180175-
CMYK00.090.120.22
HSL13.04º16.79%73.14%-
HSV(B)13.04º11.62%77.65%-
XYZ47.3547.7447.28-
YUV184.81122.46137.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=35.80%
G=32.55%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818017500.090.120.2213.0416.7973.14
HexC6B4AF09C16d1149
Octal30626425701114261521111
Binary110001101011010010101111010011100101101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B4AF; }

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

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

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

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

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

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

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

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