#C4B5AF

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

Shades of Cold Turkey #C4B5AF

Tints of Cold Turkey #C4B5AF

Color information

#C4B5AF (or 0xC4B5AF) is unknown color: approx Cold Turkey. HEX triplet: C4, B5 and AF. RGB value is (196,181,175). Sum of RGB (Red+Green+Blue) = 196+181+175=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B5AF is #3B4A50. Grayscale: #B8B8B8. Windows color (decimal): -3885649 or 11515332. OLE color: 11515332.

HSL color Cylindrical-coordinate representation of color #C4B5AF: hue angle of 17.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4B5AF is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196181175-
CMYK00.080.110.23
HSL17.14º15.11%72.75%-
HSV(B)17.14º10.71%76.86%-
XYZ47.0347.8847.32-
YUV184.8122.47135.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=35.51%
G=32.79%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618117500.080.110.2317.1415.1172.75
HexC4B5AF08B1711f49
Octal30426525701013272117111
Binary110001001011010110101111010001011101111000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B5AF; }

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

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

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

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

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

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

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

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