#CEADAA

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

Shades of Cold Turkey #CEADAA

Tints of Cold Turkey #CEADAA

Color information

#CEADAA (or 0xCEADAA) is unknown color: approx Cold Turkey. HEX triplet: CE, AD and AA. RGB value is (206,173,170). Sum of RGB (Red+Green+Blue) = 206+173+170=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADAA is #315255. Grayscale: #B6B6B6. Windows color (decimal): -3232342 or 11185614. OLE color: 11185614.

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

Color convert

RGB206173170-
CMYK00.160.170.19
HSL26.87%73.73%-
HSV(B)17.48%80.78%-
XYZ47.6545.9144.38-
YUV182.52120.93144.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=37.52%
G=31.51%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617317000.160.170.19526.8773.73
HexCEADAA010111351b4a
Octal3162552520202123533112
Binary1100111010101101101010100100001000110011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADAA; }

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

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

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

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

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

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

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

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