#C8ABA8

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

Shades of Cold Turkey #C8ABA8

Tints of Cold Turkey #C8ABA8

Color information

#C8ABA8 (or 0xC8ABA8) is unknown color: approx Cold Turkey. HEX triplet: C8, AB and A8. RGB value is (200,171,168). Sum of RGB (Red+Green+Blue) = 200+171+168=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABA8 is #375457. Grayscale: #B3B3B3. Windows color (decimal): -3626072 or 11054024. OLE color: 11054024.

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

Color convert

RGB200171168-
CMYK00.140.160.22
HSL5.63º22.54%72.16%-
HSV(B)5.63º16%78.43%-
XYZ45.4544.2343.19-
YUV179.33121.61142.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 168 (66.02% from 255) = 31.17%
R=37.11%
G=31.73%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017116800.140.160.225.6322.5472.16
HexC8ABA80E101661748
Octal3102532500162026627110
Binary110010001010101110101000011101000010110110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABA8; }

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

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

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

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

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

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

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

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