#CFB0AE

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

Shades of Cold Turkey #CFB0AE

Tints of Cold Turkey #CFB0AE

Color information

#CFB0AE (or 0xCFB0AE) is unknown color: approx Cold Turkey. HEX triplet: CF, B0 and AE. RGB value is (207,176,174). Sum of RGB (Red+Green+Blue) = 207+176+174=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AE is #304F51. Grayscale: #B9B9B9. Windows color (decimal): -3166034 or 11448527. OLE color: 11448527.

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

Color convert

RGB207176174-
CMYK00.150.160.19
HSL3.64º25.58%74.71%-
HSV(B)3.64º15.94%81.18%-
XYZ48.947.3746.61-
YUV185.04121.77143.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.16%
GREEN value IS 176 (69.14% from 255) = 31.60%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=37.16%
G=31.60%
B=31.24%

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
Decimal20717617400.150.160.193.6425.5874.71
HexCFB0AE0F101341a4b
Octal3172602560172023432113
Binary110011111011000010101110011111000010011100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0AE; }

 p { color: rgb(207,176,174); }

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

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

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

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

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

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

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