#C6B5AF

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

Shades of Cold Turkey #C6B5AF

Tints of Cold Turkey #C6B5AF

Color information

#C6B5AF (or 0xC6B5AF) is unknown color: approx Cold Turkey. HEX triplet: C6, B5 and AF. RGB value is (198,181,175). Sum of RGB (Red+Green+Blue) = 198+181+175=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B5AF is #394A50. Grayscale: #B9B9B9. Windows color (decimal): -3754577 or 11515334. OLE color: 11515334.

HSL color Cylindrical-coordinate representation of color #C6B5AF: hue angle of 15.65º 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 #C6B5AF is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198181175-
CMYK00.090.120.22
HSL15.65º16.79%73.14%-
HSV(B)15.65º11.62%77.65%-
XYZ47.5548.1547.34-
YUV185.4122.13136.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.74%
GREEN value IS 181 (71.09% from 255) = 32.67%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=35.74%
G=32.67%
B=31.59%

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
Decimal19818117500.090.120.2215.6516.7973.14
HexC6B5AF09C16101149
Octal30626525701114262021111
Binary1100011010110101101011110100111001011010000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B5AF; }

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

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

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

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

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

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

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

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