#CEAEAE

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

Shades of Cold Turkey #CEAEAE

Tints of Cold Turkey #CEAEAE

Color information

#CEAEAE (or 0xCEAEAE) is unknown color: approx Cold Turkey. HEX triplet: CE, AE and AE. RGB value is (206,174,174). Sum of RGB (Red+Green+Blue) = 206+174+174=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEAE is #315151. Grayscale: #B7B7B7. Windows color (decimal): -3232082 or 11448014. OLE color: 11448014.

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

Color convert

RGB206174174-
CMYK00.160.160.19
HSL24.62%74.51%-
HSV(B)15.53%80.78%-
XYZ48.2346.4546.47-
YUV183.57122.6144-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=37.18%
G=31.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617417400.160.160.19024.6274.51
HexCEAEAE01010130194b
Octal3162562560202023031113
Binary11001110101011101010111001000010000100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEAE; }

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

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

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

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

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

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

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

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