#C4B1AE

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

Shades of Cold Turkey #C4B1AE

Tints of Cold Turkey #C4B1AE

Color information

#C4B1AE (or 0xC4B1AE) is unknown color: approx Cold Turkey. HEX triplet: C4, B1 and AE. RGB value is (196,177,174). Sum of RGB (Red+Green+Blue) = 196+177+174=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1AE is #3B4E51. Grayscale: #B6B6B6. Windows color (decimal): -3886674 or 11448772. OLE color: 11448772.

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

Color convert

RGB196177174-
CMYK00.100.110.23
HSL8.18º15.71%72.55%-
HSV(B)8.18º11.22%76.86%-
XYZ46.1346.2446.54-
YUV182.34123.29137.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=35.83%
G=32.36%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617717400.100.110.238.1815.7172.55
HexC4B1AE0AB1781049
Octal30426125601213271020111
Binary110001001011000110101110010101011101111000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1AE; }

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

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

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

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

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

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

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

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