#C7AFAC

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

Shades of Cold Turkey #C7AFAC

Tints of Cold Turkey #C7AFAC

Color information

#C7AFAC (or 0xC7AFAC) is unknown color: approx Cold Turkey. HEX triplet: C7, AF and AC. RGB value is (199,175,172). Sum of RGB (Red+Green+Blue) = 199+175+172=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFAC is #385053. Grayscale: #B5B5B5. Windows color (decimal): -3690580 or 11317191. OLE color: 11317191.

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

Color convert

RGB199175172-
CMYK00.120.140.22
HSL6.67º19.42%72.75%-
HSV(B)6.67º13.57%78.04%-
XYZ46.3345.7845.42-
YUV181.83122.45140.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=36.45%
G=32.05%
B=31.50%

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
Decimal19917517200.120.140.226.6719.4272.75
HexC7AFAC0CE1671349
Octal3072572540141626723111
Binary11000111101011111010110001100111010110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFAC; }

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

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

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

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

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

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

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

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