#C4AFAA

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

Shades of Cold Turkey #C4AFAA

Tints of Cold Turkey #C4AFAA

Color information

#C4AFAA (or 0xC4AFAA) is unknown color: approx Cold Turkey. HEX triplet: C4, AF and AA. RGB value is (196,175,170). Sum of RGB (Red+Green+Blue) = 196+175+170=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AFAA is #3B5055. Grayscale: #B4B4B4. Windows color (decimal): -3887190 or 11186116. OLE color: 11186116.

HSL color Cylindrical-coordinate representation of color #C4AFAA: hue angle of 11.54º 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 #C4AFAA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196175170-
CMYK00.110.130.23
HSL11.54º18.06%71.76%-
HSV(B)11.54º13.27%76.86%-
XYZ45.3545.344.38-
YUV180.71121.96138.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=36.23%
G=32.35%
B=31.42%

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
Decimal19617517000.110.130.2311.5418.0671.76
HexC4AFAA0BD17c1248
Octal30425725201315271422110
Binary110001001010111110101010010111101101111100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFAA; }

 p { color: rgb(196,175,170); }

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

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

 a { background-color: rgb(196,175,170); }

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

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

 span { border-color: rgb(196,175,170); }

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