#C8AFAC

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

Shades of Cold Turkey #C8AFAC

Tints of Cold Turkey #C8AFAC

Color information

#C8AFAC (or 0xC8AFAC) is unknown color: approx Cold Turkey. HEX triplet: C8, AF and AC. RGB value is (200,175,172). Sum of RGB (Red+Green+Blue) = 200+175+172=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFAC is #375053. Grayscale: #B6B6B6. Windows color (decimal): -3625044 or 11317192. OLE color: 11317192.

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

Color convert

RGB200175172-
CMYK00.120.140.22
HSL6.43º20.29%72.94%-
HSV(B)6.43º14%78.43%-
XYZ46.645.9245.44-
YUV182.13122.28140.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=36.56%
G=31.99%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017517200.120.140.226.4320.2972.94
HexC8AFAC0CE1661449
Octal3102572540141626624111
Binary11001000101011111010110001100111010110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFAC; }

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

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

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

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

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

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

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

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