#C5AFAC

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

Shades of Cold Turkey #C5AFAC

Tints of Cold Turkey #C5AFAC

Color information

#C5AFAC (or 0xC5AFAC) is unknown color: approx Cold Turkey. HEX triplet: C5, AF and AC. RGB value is (197,175,172). Sum of RGB (Red+Green+Blue) = 197+175+172=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AFAC is #3A5053. Grayscale: #B5B5B5. Windows color (decimal): -3821652 or 11317189. OLE color: 11317189.

HSL color Cylindrical-coordinate representation of color #C5AFAC: hue angle of 7.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5AFAC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197175172-
CMYK00.110.130.23
HSL7.2º17.73%72.35%-
HSV(B)7.2º12.69%77.25%-
XYZ45.845.5145.4-
YUV181.24122.79139.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=36.21%
G=32.17%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717517200.110.130.237.217.7372.35
HexC5AFAC0BD1771248
Octal3052572540131527722110
Binary11000101101011111010110001011110110111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFAC; }

 p { color: rgb(197,175,172); }

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

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

 a { background-color: rgb(197,175,172); }

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

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

 span { border-color: rgb(197,175,172); }

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