#CEACAA

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

Shades of Cold Turkey #CEACAA

Tints of Cold Turkey #CEACAA

Color information

#CEACAA (or 0xCEACAA) is unknown color: approx Cold Turkey. HEX triplet: CE, AC and AA. RGB value is (206,172,170). Sum of RGB (Red+Green+Blue) = 206+172+170=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACAA is #315355. Grayscale: #B5B5B5. Windows color (decimal): -3232598 or 11185358. OLE color: 11185358.

HSL color Cylindrical-coordinate representation of color #CEACAA: hue angle of 3.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACAA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206172170-
CMYK00.170.170.19
HSL3.33º26.87%73.73%-
HSV(B)3.33º17.48%80.78%-
XYZ47.4645.5344.32-
YUV181.94121.26145.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=37.59%
G=31.39%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617217000.170.170.193.3326.8773.73
HexCEACAA011111331b4a
Octal3162542520212123333112
Binary110011101010110010101010010001100011001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACAA; }

 p { color: rgb(206,172,170); }

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

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

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

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

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

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

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