#CFB9B6

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

Shades of Cold Turkey #CFB9B6

Tints of Cold Turkey #CFB9B6

Color information

#CFB9B6 (or 0xCFB9B6) is unknown color: approx Cold Turkey. HEX triplet: CF, B9 and B6. RGB value is (207,185,182). Sum of RGB (Red+Green+Blue) = 207+185+182=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9B6 is #304649. Grayscale: #BFBFBF. Windows color (decimal): -3163722 or 11975119. OLE color: 11975119.

HSL color Cylindrical-coordinate representation of color #CFB9B6: hue angle of 7.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB9B6 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207185182-
CMYK00.110.120.19
HSL7.2º20.66%76.27%-
HSV(B)7.2º12.08%81.18%-
XYZ51.5251.3451.45-
YUV191.24122.79139.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=36.06%
G=32.23%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718518200.110.120.197.220.6676.27
HexCFB9B60BC137154c
Octal3172712660131423725114
Binary11001111101110011011011001011110010011111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9B6; }

 p { color: rgb(207,185,182); }

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

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

 a { background-color: rgb(207,185,182); }

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

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

 span { border-color: rgb(207,185,182); }

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