#CFB2B0

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

Shades of Cold Turkey #CFB2B0

Tints of Cold Turkey #CFB2B0

Color information

#CFB2B0 (or 0xCFB2B0) is unknown color: approx Cold Turkey. HEX triplet: CF, B2 and B0. RGB value is (207,178,176). Sum of RGB (Red+Green+Blue) = 207+178+176=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2B0 is #304D4F. Grayscale: #BABABA. Windows color (decimal): -3165520 or 11580111. OLE color: 11580111.

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

Color convert

RGB207178176-
CMYK00.140.150.19
HSL3.87º24.41%75.1%-
HSV(B)3.87º14.98%81.18%-
XYZ49.4948.2447.78-
YUV186.44122.11142.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 178 (69.92% from 255) = 31.73%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=36.90%
G=31.73%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717817600.140.150.193.8724.4175.1
HexCFB2B00EF134184b
Octal3172622600161723430113
Binary11001111101100101011000001110111110011100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2B0; }

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

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

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

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

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

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

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

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