#C4B4AE

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

Shades of Cold Turkey #C4B4AE

Tints of Cold Turkey #C4B4AE

Color information

#C4B4AE (or 0xC4B4AE) is unknown color: approx Cold Turkey. HEX triplet: C4, B4 and AE. RGB value is (196,180,174). Sum of RGB (Red+Green+Blue) = 196+180+174=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B4AE is #3B4B51. Grayscale: #B8B8B8. Windows color (decimal): -3885906 or 11449540. OLE color: 11449540.

HSL color Cylindrical-coordinate representation of color #C4B4AE: hue angle of 16.36º degrees, saturation: 0.16, 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 #C4B4AE is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196180174-
CMYK00.080.110.23
HSL16.36º15.71%72.55%-
HSV(B)16.36º11.22%76.86%-
XYZ46.7347.4346.74-
YUV184.1122.3136.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=35.64%
G=32.73%
B=31.64%

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
Decimal19618017400.080.110.2316.3615.7172.55
HexC4B4AE08B17101049
Octal30426425601013272020111
Binary1100010010110100101011100100010111011110000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4AE; }

 p { color: rgb(196,180,174); }

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

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

 a { background-color: rgb(196,180,174); }

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

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

 span { border-color: rgb(196,180,174); }

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