#CEAFAE

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

Shades of Cold Turkey #CEAFAE

Tints of Cold Turkey #CEAFAE

Color information

#CEAFAE (or 0xCEAFAE) is unknown color: approx Cold Turkey. HEX triplet: CE, AF and AE. RGB value is (206,175,174). Sum of RGB (Red+Green+Blue) = 206+175+174=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFAE is #315051. Grayscale: #B8B8B8. Windows color (decimal): -3231826 or 11448270. OLE color: 11448270.

HSL color Cylindrical-coordinate representation of color #CEAFAE: hue angle of 1.88º degrees, saturation: 0.25, 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 #CEAFAE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206175174-
CMYK00.150.160.19
HSL1.88º24.62%74.51%-
HSV(B)1.88º15.53%80.78%-
XYZ48.4246.8446.53-
YUV184.16122.27143.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=37.12%
G=31.53%
B=31.35%

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
Decimal20617517400.150.160.191.8824.6274.51
HexCEAFAE0F10132194b
Octal3162572560172023231113
Binary11001110101011111010111001111100001001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFAE; }

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

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

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

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

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

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

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

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