#CFB3B1

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

Shades of Cold Turkey #CFB3B1

Tints of Cold Turkey #CFB3B1

Color information

#CFB3B1 (or 0xCFB3B1) is unknown color: approx Cold Turkey. HEX triplet: CF, B3 and B1. RGB value is (207,179,177). Sum of RGB (Red+Green+Blue) = 207+179+177=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB3B1 is #304C4E. Grayscale: #BBBBBB. Windows color (decimal): -3165263 or 11645903. OLE color: 11645903.

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

Color convert

RGB207179177-
CMYK00.140.140.19
HSL23.81%75.29%-
HSV(B)14.49%81.18%-
XYZ49.7948.6848.37-
YUV187.14122.28142.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=36.77%
G=31.79%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717917700.140.140.19423.8175.29
HexCFB3B10EE134184b
Octal3172632610161623430113
Binary11001111101100111011000101110111010011100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3B1; }

 p { color: rgb(207,179,177); }

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

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

 a { background-color: rgb(207,179,177); }

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

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

 span { border-color: rgb(207,179,177); }

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