#C7AFAD

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

Shades of Cold Turkey #C7AFAD

Tints of Cold Turkey #C7AFAD

Color information

#C7AFAD (or 0xC7AFAD) is unknown color: approx Cold Turkey. HEX triplet: C7, AF and AD. RGB value is (199,175,173). Sum of RGB (Red+Green+Blue) = 199+175+173=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFAD is #385052. Grayscale: #B5B5B5. Windows color (decimal): -3690579 or 11382727. OLE color: 11382727.

HSL color Cylindrical-coordinate representation of color #C7AFAD: hue angle of 4.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7AFAD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199175173-
CMYK00.120.130.22
HSL4.62º18.84%72.94%-
HSV(B)4.62º13.07%78.04%-
XYZ46.4345.8245.93-
YUV181.95122.95140.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=36.38%
G=31.99%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917517300.120.130.224.6218.8472.94
HexC7AFAD0CD1651349
Octal3072572550141526523111
Binary11000111101011111010110101100110110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFAD; }

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

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

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

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

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

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

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

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