#C8ACAA

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

Shades of Cold Turkey #C8ACAA

Tints of Cold Turkey #C8ACAA

Color information

#C8ACAA (or 0xC8ACAA) is unknown color: approx Cold Turkey. HEX triplet: C8, AC and AA. RGB value is (200,172,170). Sum of RGB (Red+Green+Blue) = 200+172+170=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACAA is #375355. Grayscale: #B4B4B4. Windows color (decimal): -3625814 or 11185352. OLE color: 11185352.

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

Color convert

RGB200172170-
CMYK00.140.150.22
HSL21.43%72.55%-
HSV(B)15%78.43%-
XYZ45.8344.6944.24-
YUV180.14122.28142.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=36.90%
G=31.73%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017217000.140.150.22421.4372.55
HexC8ACAA0EF1641549
Octal3102542520161726425111
Binary11001000101011001010101001110111110110100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACAA; }

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

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

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

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

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

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

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

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