#C7B3AE

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

Shades of Cold Turkey #C7B3AE

Tints of Cold Turkey #C7B3AE

Color information

#C7B3AE (or 0xC7B3AE) is unknown color: approx Cold Turkey. HEX triplet: C7, B3 and AE. RGB value is (199,179,174). Sum of RGB (Red+Green+Blue) = 199+179+174=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B3AE is #384C51. Grayscale: #B8B8B8. Windows color (decimal): -3689554 or 11449287. OLE color: 11449287.

HSL color Cylindrical-coordinate representation of color #C7B3AE: hue angle of 12º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B3AE is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199179174-
CMYK00.100.130.22
HSL12º18.25%73.14%-
HSV(B)12º12.56%78.04%-
XYZ47.3147.4446.71-
YUV184.41122.13138.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.05%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=36.05%
G=32.43%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917917400.100.130.221218.2573.14
HexC7B3AE0AD16c1249
Octal30726325601215261422111
Binary110001111011001110101110010101101101101100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B3AE; }

 p { color: rgb(199,179,174); }

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

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

 a { background-color: rgb(199,179,174); }

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

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

 span { border-color: rgb(199,179,174); }

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