#CFBBBA

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

Shades of Cold Turkey #CFBBBA

Tints of Cold Turkey #CFBBBA

Color information

#CFBBBA (or 0xCFBBBA) is unknown color: approx Cold Turkey. HEX triplet: CF, BB and BA. RGB value is (207,187,186). Sum of RGB (Red+Green+Blue) = 207+187+186=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBBA is #304445. Grayscale: #C0C0C0. Windows color (decimal): -3163206 or 12237775. OLE color: 12237775.

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

Color convert

RGB207187186-
CMYK00.100.100.19
HSL2.86º17.95%77.06%-
HSV(B)2.86º10.14%81.18%-
XYZ52.3752.3553.8-
YUV192.87124.13138.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=35.69%
G=32.24%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718718600.100.100.192.8617.9577.06
HexCFBBBA0AA133124d
Octal3172732720121223322115
Binary1100111110111011101110100101010101001111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBBA; }

 p { color: rgb(207,187,186); }

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

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

 a { background-color: rgb(207,187,186); }

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

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

 span { border-color: rgb(207,187,186); }

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