#CEAFAD

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

Shades of Cold Turkey #CEAFAD

Tints of Cold Turkey #CEAFAD

Color information

#CEAFAD (or 0xCEAFAD) is unknown color: approx Cold Turkey. HEX triplet: CE, AF and AD. RGB value is (206,175,173). Sum of RGB (Red+Green+Blue) = 206+175+173=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFAD is #315052. Grayscale: #B8B8B8. Windows color (decimal): -3231827 or 11382734. OLE color: 11382734.

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

Color convert

RGB206175173-
CMYK00.150.160.19
HSL3.64º25.19%74.31%-
HSV(B)3.64º16.02%80.78%-
XYZ48.3346.846.02-
YUV184.04121.77143.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=37.18%
G=31.59%
B=31.23%

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
Decimal20617517300.150.160.193.6425.1974.31
HexCEAFAD0F10134194a
Octal3162572550172023431112
Binary110011101010111110101101011111000010011100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFAD; }

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

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

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

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

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

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

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

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