#C8AEAA

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

Shades of Cold Turkey #C8AEAA

Tints of Cold Turkey #C8AEAA

Color information

#C8AEAA (or 0xC8AEAA) is unknown color: approx Cold Turkey. HEX triplet: C8, AE and AA. RGB value is (200,174,170). Sum of RGB (Red+Green+Blue) = 200+174+170=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAA is #375155. Grayscale: #B5B5B5. Windows color (decimal): -3625302 or 11185864. OLE color: 11185864.

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

Color convert

RGB200174170-
CMYK00.130.150.22
HSL21.43%72.55%-
HSV(B)15%78.43%-
XYZ46.2145.4544.37-
YUV181.32121.61141.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.76%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=36.76%
G=31.99%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017417000.130.150.22821.4372.55
HexC8AEAA0DF1681549
Octal31025625201517261025111
Binary110010001010111010101010011011111101101000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEAA; }

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

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

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

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

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

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

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

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