#C8AEAC

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

Shades of Cold Turkey #C8AEAC

Tints of Cold Turkey #C8AEAC

Color information

#C8AEAC (or 0xC8AEAC) is unknown color: approx Cold Turkey. HEX triplet: C8, AE and AC. RGB value is (200,174,172). Sum of RGB (Red+Green+Blue) = 200+174+172=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAC is #375153. Grayscale: #B5B5B5. Windows color (decimal): -3625300 or 11316936. OLE color: 11316936.

HSL color Cylindrical-coordinate representation of color #C8AEAC: hue angle of 4.29º degrees, saturation: 0.2, 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 #C8AEAC is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200174172-
CMYK00.130.140.22
HSL4.29º20.29%72.94%-
HSV(B)4.29º14%78.43%-
XYZ46.445.5345.37-
YUV181.55122.61141.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=36.63%
G=31.87%
B=31.50%

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
Decimal20017417200.130.140.224.2920.2972.94
HexC8AEAC0DE1641449
Octal3102562540151626424111
Binary11001000101011101010110001101111010110100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEAC; }

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

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

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

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

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

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

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

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