#C7AEAC

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

Shades of Cold Turkey #C7AEAC

Tints of Cold Turkey #C7AEAC

Color information

#C7AEAC (or 0xC7AEAC) is unknown color: approx Cold Turkey. HEX triplet: C7, AE and AC. RGB value is (199,174,172). Sum of RGB (Red+Green+Blue) = 199+174+172=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AEAC is #385153. Grayscale: #B5B5B5. Windows color (decimal): -3690836 or 11316935. OLE color: 11316935.

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

Color convert

RGB199174172-
CMYK00.130.140.22
HSL4.44º19.42%72.75%-
HSV(B)4.44º13.57%78.04%-
XYZ46.1445.3945.36-
YUV181.25122.78140.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=36.51%
G=31.93%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917417200.130.140.224.4419.4272.75
HexC7AEAC0DE1641349
Octal3072562540151626423111
Binary11000111101011101010110001101111010110100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AEAC; }

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

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

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

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

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

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

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

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