#C8AEAB

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

Shades of Cold Turkey #C8AEAB

Tints of Cold Turkey #C8AEAB

Color information

#C8AEAB (or 0xC8AEAB) is unknown color: approx Cold Turkey. HEX triplet: C8, AE and AB. RGB value is (200,174,171). Sum of RGB (Red+Green+Blue) = 200+174+171=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAB is #375154. Grayscale: #B5B5B5. Windows color (decimal): -3625301 or 11251400. OLE color: 11251400.

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

Color convert

RGB200174171-
CMYK00.130.140.22
HSL6.21º20.86%72.75%-
HSV(B)6.21º14.5%78.43%-
XYZ46.3145.4944.87-
YUV181.43122.11141.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=36.70%
G=31.93%
B=31.38%

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
Decimal20017417100.130.140.226.2120.8672.75
HexC8AEAB0DE1661549
Octal3102562530151626625111
Binary11001000101011101010101101101111010110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEAB; }

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

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

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

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

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

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

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

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