#CFB0AF

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

Shades of Cold Turkey #CFB0AF

Tints of Cold Turkey #CFB0AF

Color information

#CFB0AF (or 0xCFB0AF) is unknown color: approx Cold Turkey. HEX triplet: CF, B0 and AF. RGB value is (207,176,175). Sum of RGB (Red+Green+Blue) = 207+176+175=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AF is #304F50. Grayscale: #B9B9B9. Windows color (decimal): -3166033 or 11514063. OLE color: 11514063.

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

Color convert

RGB207176175-
CMYK00.150.150.19
HSL1.88º25%74.9%-
HSV(B)1.88º15.46%81.18%-
XYZ4947.4147.13-
YUV185.15122.27143.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 176 (69.14% from 255) = 31.54%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=37.10%
G=31.54%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717617500.150.150.191.882574.9
HexCFB0AF0FF132194b
Octal3172602570171723231113
Binary1100111110110000101011110111111111001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0AF; }

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

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

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

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

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

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

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

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