#CFBCB9

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

Shades of Cold Turkey #CFBCB9

Tints of Cold Turkey #CFBCB9

Color information

#CFBCB9 (or 0xCFBCB9) is unknown color: approx Cold Turkey. HEX triplet: CF, BC and B9. RGB value is (207,188,185). Sum of RGB (Red+Green+Blue) = 207+188+185=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCB9 is #304346. Grayscale: #C1C1C1. Windows color (decimal): -3162951 or 12172495. OLE color: 12172495.

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

Color convert

RGB207188185-
CMYK00.090.110.19
HSL8.18º18.64%76.86%-
HSV(B)8.18º10.63%81.18%-
XYZ52.4752.7353.31-
YUV193.34123.29137.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=35.69%
G=32.41%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718818500.090.110.198.1818.6476.86
HexCFBCB909B138134d
Octal31727427101113231023115
Binary110011111011110010111001010011011100111000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCB9; }

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

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

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

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

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

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

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

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