#CFAFAE

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

Shades of Cold Turkey #CFAFAE

Tints of Cold Turkey #CFAFAE

Color information

#CFAFAE (or 0xCFAFAE) is unknown color: approx Cold Turkey. HEX triplet: CF, AF and AE. RGB value is (207,175,174). Sum of RGB (Red+Green+Blue) = 207+175+174=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFAE is #305051. Grayscale: #B8B8B8. Windows color (decimal): -3166290 or 11448271. OLE color: 11448271.

HSL color Cylindrical-coordinate representation of color #CFAFAE: hue angle of 1.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAFAE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207175174-
CMYK00.150.160.19
HSL1.82º25.58%74.71%-
HSV(B)1.82º15.94%81.18%-
XYZ48.746.9846.55-
YUV184.45122.1144.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=37.23%
G=31.47%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717517400.150.160.191.8225.5874.71
HexCFAFAE0F101321a4b
Octal3172572560172023232113
Binary11001111101011111010111001111100001001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFAE; }

 p { color: rgb(207,175,174); }

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

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

 a { background-color: rgb(207,175,174); }

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

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

 span { border-color: rgb(207,175,174); }

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