#C4AEAA

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

Shades of Cold Turkey #C4AEAA

Tints of Cold Turkey #C4AEAA

Color information

#C4AEAA (or 0xC4AEAA) is unknown color: approx Cold Turkey. HEX triplet: C4, AE and AA. RGB value is (196,174,170). Sum of RGB (Red+Green+Blue) = 196+174+170=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEAA is #3B5155. Grayscale: #B4B4B4. Windows color (decimal): -3887446 or 11185860. OLE color: 11185860.

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

Color convert

RGB196174170-
CMYK00.110.130.23
HSL9.23º18.06%71.76%-
HSV(B)9.23º13.27%76.86%-
XYZ45.1644.9144.32-
YUV180.12122.29139.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=36.30%
G=32.22%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617417000.110.130.239.2318.0671.76
HexC4AEAA0BD1791248
Octal30425625201315271122110
Binary110001001010111010101010010111101101111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AEAA; }

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

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

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

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

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

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

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

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